Color Hex Logo

#c55edc Color Hex

#C55EDC
(197,94,220)
0 Favorites   0 Comments

Color spaces of #c55edc

RGB 19794220
HSL0.800.640.62
HSV289°57°86°
CMYK 0.100.570.00   0.14
XYZ39.946925.043070.4385
Yxy25.04300.29500.1849
Hunter Lab50.043054.9127-48.4241
CIE-Lab57.117359.3678-46.9094

#c55edc color RGB value is (197,94,220).

#c55edc hex color red value is 197, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c55edc hue: 0.80 , saturation: 0.64 and the lightness value of c55edc is 0.62.

The process color (four color CMYK) of #c55edc color hex is 0.10, 0.57, 0.00, 0.14. Web safe color of #c55edc is #cc66cc. Color #c55edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01011110 11011100
Octal 305 136 334
Decimal 197 94 220
Hex C5 5E DC

RGB Percentages of Color #c55edc

%38.55
%18.40
%43.05

CMYK Percentages of Color #c55edc

%10
%57
%0
%14

Triadic Colors of #c55edc

#c55edc #dcc55e #5edcc5

Analogous Colors of #c55edc

#c55edc #dc5eb4 #865edc

Monochromatic Colors of #c55edc

#c55edc

Complementary Color

#c55edc #75dc5e

#c55edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c55edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c55edc Color CSS Codes

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

#c55edc Text Font Color

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

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


#c55edc Background Color

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

This div background color is #c55edc


#c55edc Border Color

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

This div border color is #c55edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c55edc


Comments

No comments written yet.

Please login to write comment.