Color Hex Logo

#c55ebc Color Hex

#C55EBC
(197,94,188)
0 Favorites   0 Comments

Color spaces of #c55ebc

RGB 19794188
HSL0.850.470.57
HSV305°52°77°
CMYK 0.000.520.05   0.23
XYZ36.105823.506650.2112
Yxy23.50660.32880.2140
Hunter Lab48.483648.0829-27.4641
CIE-Lab55.590453.5383-31.0855

#c55ebc color RGB value is (197,94,188).

#c55ebc hex color red value is 197, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c55ebc hue: 0.85 , saturation: 0.47 and the lightness value of c55ebc is 0.57.

The process color (four color CMYK) of #c55ebc color hex is 0.00, 0.52, 0.05, 0.23. Web safe color of #c55ebc is #cc66cc. Color #c55ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011110 10111100
Octal 305 136 274
Decimal 197 94 188
Hex C5 5E BC

RGB Percentages of Color #c55ebc

%41.13
%19.62
%39.25

CMYK Percentages of Color #c55ebc

%0
%52
%5
%23

Triadic Colors of #c55ebc

#c55ebc #bcc55e #5ebcc5

Analogous Colors of #c55ebc

#c55ebc #c55e89 #9b5ec5

Monochromatic Colors of #c55ebc

#c55ebc

Complementary Color

#c55ebc #5ec567

#c55ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55ebc Color CSS Codes

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

#c55ebc Text Font Color

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

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


#c55ebc Background Color

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

This div background color is #c55ebc


#c55ebc Border Color

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

This div border color is #c55ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55ebc

#c55ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.