color codes Logo

#c55bde color codes

#C55BDE
(197,91,222)
0 Favorites   0 Comments

Color spaces of #c55bde

RGB 19791222
HSL0.800.660.61
HSV289°59°87°
CMYK 0.110.590.00   0.13
XYZ39.951924.626471.7549
Yxy24.62640.29300.1806
Hunter Lab49.625056.8624-50.9925
CIE-Lab56.709661.1408-48.6832

#c55bde color RGB value is (197,91,222).

#c55bde hex color red value is 197, green value is 91 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c55bde hue: 0.80 , saturation: 0.66 and the lightness value of c55bde is 0.61.

The process color (four color CMYK) of #c55bde color code is 0.11, 0.59, 0.00, 0.13. Web safe color of #c55bde is #cc66cc. Color #c55bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011011 11011110
Octal 305 133 336
Decimal 197 91 222
Hex C5 5B DE

RGB Percentages of Color #c55bde

%38.63
%17.84
%43.53

CMYK Percentages of Color #c55bde

%11
%59
%0
%13

Triadic Colors of #c55bde

#c55bde #dec55b #5bdec5

Analogous Colors of #c55bde

#c55bde #de5bb6 #845bde

Monochromatic Colors of #c55bde

#c55bde

Complementary Color

#c55bde #74de5b

#c55bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55bde Color CSS Codes

.mybgcolor {background-color:#c55bde; } 
.myforecolor {color:#c55bde; }
.mybordercolor {border:3px solid #c55bde; }

#c55bde Text Font Color

<p style="color:#c55bde">Text here</p>

This sample text font color is #c55bde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c55bde Background Color

<div style="background-color:#c55bde">
Div content here</div>

This div background color is #c55bde


#c55bde Border Color

<div style="border:3px solid #c55bde">
Div here</div>

This div border color is #c55bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,91,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c55bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c55bde;
  -webkit-box-shadow: 1px 1px 3px 2px #c55bde;
  box-shadow:         1px 1px 3px 2px #c55bde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,91,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c55bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c55bde;
  -webkit-box-shadow: 1px 1px 3px 2px #c55bde;
  box-shadow:         1px 1px 3px 2px #c55bde;">
Div content here</div>

This div box has shadow with color #c55bde


Comments

No comments written yet.

Please login to write comment.