Color Hex Logo

#c04fcf Color Hex

#C04FCF
(192,79,207)
0 Favorites   0 Comments

Color spaces of #c04fcf

RGB 19279207
HSL0.810.570.56
HSV293°62°81°
CMYK 0.070.620.00   0.19
XYZ35.796721.303461.2568
Yxy21.30340.30240.1800
Hunter Lab46.155657.6661-46.3796
CIE-Lab53.280062.4607-45.6572

#c04fcf color RGB value is (192,79,207).

#c04fcf hex color red value is 192, green value is 79 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c04fcf hue: 0.81 , saturation: 0.57 and the lightness value of c04fcf is 0.56.

The process color (four color CMYK) of #c04fcf color hex is 0.07, 0.62, 0.00, 0.19. Web safe color of #c04fcf is #cc66cc. Color #c04fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 11001111
Octal 300 117 317
Decimal 192 79 207
Hex C0 4F CF

RGB Percentages of Color #c04fcf

%40.17
%16.53
%43.31

CMYK Percentages of Color #c04fcf

%7
%62
%0
%19

Triadic Colors of #c04fcf

#c04fcf #cfc04f #4fcfc0

Analogous Colors of #c04fcf

#c04fcf #cf4f9e #804fcf

Monochromatic Colors of #c04fcf

#c04fcf

Complementary Color

#c04fcf #5ecf4f

#c04fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04fcf Color CSS Codes

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

#c04fcf Text Font Color

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

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


#c04fcf Background Color

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

This div background color is #c04fcf


#c04fcf Border Color

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

This div border color is #c04fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04fcf


Comments

No comments written yet.

Please login to write comment.