Color Hex Logo

#c55cee Color Hex

#C55CEE
(197,92,238)
0 Favorites   0 Comments

Color spaces of #c55cee

RGB 19792238
HSL0.790.810.65
HSV283°61°93°
CMYK 0.170.610.00   0.07
XYZ42.285725.697783.6204
Yxy25.69770.27890.1695
Hunter Lab50.692960.1840-62.3167
CIE-Lab57.749063.8160-55.9996

#c55cee color RGB value is (197,92,238).

#c55cee hex color red value is 197, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c55cee hue: 0.79 , saturation: 0.81 and the lightness value of c55cee is 0.65.

The process color (four color CMYK) of #c55cee color hex is 0.17, 0.61, 0.00, 0.07. Web safe color of #c55cee is #cc66ff. Color #c55cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011100 11101110
Octal 305 134 356
Decimal 197 92 238
Hex C5 5C EE

RGB Percentages of Color #c55cee

%37.38
%17.46
%45.16

CMYK Percentages of Color #c55cee

%17
%61
%0
%7

Triadic Colors of #c55cee

#c55cee #eec55c #5ceec5

Analogous Colors of #c55cee

#c55cee #ee5cce #7c5cee

Monochromatic Colors of #c55cee

#c55cee

Complementary Color

#c55cee #85ee5c

#c55cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55cee Color CSS Codes

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

#c55cee Text Font Color

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

This sample text font color is #c55cee
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.


#c55cee Background Color

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

This div background color is #c55cee


#c55cee Border Color

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

This div border color is #c55cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55cee


Comments

No comments written yet.

Please login to write comment.