Color Hex Logo

#c05ebd Color Hex

#C05EBD
(192,94,189)
0 Favorites   0 Comments

Color spaces of #c05ebd

RGB 19294189
HSL0.840.440.56
HSV302°51°75°
CMYK 0.000.510.02   0.25
XYZ34.926222.886050.7207
Yxy22.88600.32180.2109
Hunter Lab47.839346.5993-29.3735
CIE-Lab54.954752.2909-32.7024

#c05ebd color RGB value is (192,94,189).

#c05ebd hex color red value is 192, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c05ebd hue: 0.84 , saturation: 0.44 and the lightness value of c05ebd is 0.56.

The process color (four color CMYK) of #c05ebd color hex is 0.00, 0.51, 0.02, 0.25. Web safe color of #c05ebd is #cc66cc. Color #c05ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 10111101
Octal 300 136 275
Decimal 192 94 189
Hex C0 5E BD

RGB Percentages of Color #c05ebd

%40.42
%19.79
%39.79

CMYK Percentages of Color #c05ebd

%0
%51
%2
%25

Triadic Colors of #c05ebd

#c05ebd #bdc05e #5ebdc0

Analogous Colors of #c05ebd

#c05ebd #c05e8c #925ec0

Monochromatic Colors of #c05ebd

#c05ebd

Complementary Color

#c05ebd #5ec061

#c05ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05ebd Color CSS Codes

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

#c05ebd Text Font Color

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

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


#c05ebd Background Color

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

This div background color is #c05ebd


#c05ebd Border Color

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

This div border color is #c05ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05ebd


Comments

No comments written yet.

Please login to write comment.