color codes Logo

#c05edc color codes

#C05EDC
(192,94,220)
0 Favorites   0 Comments

Color spaces of #c05edc

RGB 19294220
HSL0.800.640.62
HSV287°57°86°
CMYK 0.130.570.00   0.14
XYZ38.659224.379270.3782
Yxy24.37920.28980.1827
Hunter Lab49.375353.3527-49.9476
CIE-Lab56.465558.1090-47.9838

#c05edc color RGB value is (192,94,220).

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

The process color (four color CMYK) of #c05edc color code is 0.13, 0.57, 0.00, 0.14. Web safe color of #c05edc is #cc66cc. Color #c05edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 11011100
Octal 300 136 334
Decimal 192 94 220
Hex C0 5E DC

RGB Percentages of Color #c05edc

%37.94
%18.58
%43.48

CMYK Percentages of Color #c05edc

%13
%57
%0
%14

Triadic Colors of #c05edc

#c05edc #dcc05e #5edcc0

Analogous Colors of #c05edc

#c05edc #dc5eb9 #815edc

Monochromatic Colors of #c05edc

#c05edc

Complementary Color

#c05edc #7adc5e

#c05edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05edc Color CSS Codes

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

#c05edc Text Font Color

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

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


#c05edc Background Color

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

This div background color is #c05edc


#c05edc Border Color

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

This div border color is #c05edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c05edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05edc


Comments

No comments written yet.

Please login to write comment.