Color Hex Logo

#c55ce8 Color Hex

#C55CE8
(197,92,232)
0 Favorites   0 Comments

Color spaces of #c55ce8

RGB 19792232
HSL0.790.750.64
HSV285°60°91°
CMYK 0.150.600.00   0.09
XYZ41.418625.350879.0541
Yxy25.35080.28400.1738
Hunter Lab50.349658.7260-57.8468
CIE-Lab57.415662.6259-53.1779

#c55ce8 color RGB value is (197,92,232).

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

The process color (four color CMYK) of #c55ce8 color hex is 0.15, 0.60, 0.00, 0.09. Web safe color of #c55ce8 is #cc66ff. Color #c55ce8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011100 11101000
Octal 305 134 350
Decimal 197 92 232
Hex C5 5C E8

RGB Percentages of Color #c55ce8

%37.81
%17.66
%44.53

CMYK Percentages of Color #c55ce8

%15
%60
%0
%9

Triadic Colors of #c55ce8

#c55ce8 #e8c55c #5ce8c5

Analogous Colors of #c55ce8

#c55ce8 #e85cc5 #7f5ce8

Monochromatic Colors of #c55ce8

#c55ce8

Complementary Color

#c55ce8 #7fe85c

#c55ce8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ce8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ce8 Color CSS Codes

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

#c55ce8 Text Font Color

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

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


#c55ce8 Background Color

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

This div background color is #c55ce8


#c55ce8 Border Color

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

This div border color is #c55ce8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ce8


Comments

No comments written yet.

Please login to write comment.