Color Hex Logo

#c04deb Color Hex

#C04DEB
(192,77,235)
0 Favorites   0 Comments

Color spaces of #c04deb

RGB 19277235
HSL0.790.800.61
HSV284°67°92°
CMYK 0.180.670.00   0.08
XYZ39.387522.512480.8666
Yxy22.51240.27590.1577
Hunter Lab47.447265.1460-67.8377
CIE-Lab54.566568.6061-59.4536

#c04deb color RGB value is (192,77,235).

#c04deb hex color red value is 192, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c04deb hue: 0.79 , saturation: 0.80 and the lightness value of c04deb is 0.61.

The process color (four color CMYK) of #c04deb color hex is 0.18, 0.67, 0.00, 0.08. Web safe color of #c04deb is #cc66ff. Color #c04deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001101 11101011
Octal 300 115 353
Decimal 192 77 235
Hex C0 4D EB

RGB Percentages of Color #c04deb

%38.10
%15.28
%46.63

CMYK Percentages of Color #c04deb

%18
%67
%0
%8

Triadic Colors of #c04deb

#c04deb #ebc04d #4debc0

Analogous Colors of #c04deb

#c04deb #eb4dc7 #714deb

Monochromatic Colors of #c04deb

#c04deb

Complementary Color

#c04deb #78eb4d

#c04deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04deb Color CSS Codes

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

#c04deb Text Font Color

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

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


#c04deb Background Color

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

This div background color is #c04deb


#c04deb Border Color

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

This div border color is #c04deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04deb


Comments

No comments written yet.

Please login to write comment.