Color Hex Logo

#c04def Color Hex

#C04DEF
(192,77,239)
0 Favorites   0 Comments

Color spaces of #c04def

RGB 19277239
HSL0.780.840.62
HSV283°68°94°
CMYK 0.200.680.00   0.06
XYZ39.972122.746283.9451
Yxy22.74620.27250.1551
Hunter Lab47.693066.1404-70.9721
CIE-Lab54.809969.3920-61.3036

#c04def color RGB value is (192,77,239).

#c04def hex color red value is 192, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c04def hue: 0.78 , saturation: 0.84 and the lightness value of c04def is 0.62.

The process color (four color CMYK) of #c04def color hex is 0.20, 0.68, 0.00, 0.06. Web safe color of #c04def is #cc66ff. Color #c04def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001101 11101111
Octal 300 115 357
Decimal 192 77 239
Hex C0 4D EF

RGB Percentages of Color #c04def

%37.80
%15.16
%47.05

CMYK Percentages of Color #c04def

%20
%68
%0
%6

Triadic Colors of #c04def

#c04def #efc04d #4defc0

Analogous Colors of #c04def

#c04def #ef4dcd #6f4def

Monochromatic Colors of #c04def

#c04def

Complementary Color

#c04def #7cef4d

#c04def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04def Color CSS Codes

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

#c04def Text Font Color

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

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


#c04def Background Color

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

This div background color is #c04def


#c04def Border Color

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

This div border color is #c04def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04def


Comments

No comments written yet.

Please login to write comment.