Color Hex Logo

#c762cf Color Hex

#C762CF
(199,98,207)
0 Favorites   0 Comments

Color spaces of #c762cf

RGB 19998207
HSL0.820.530.60
HSV296°53°81°
CMYK 0.040.530.00   0.19
XYZ39.183425.382561.8656
Yxy25.38250.30990.2008
Hunter Lab50.381050.6599-37.5386
CIE-Lab57.446255.5485-39.0192

#c762cf color RGB value is (199,98,207).

#c762cf hex color red value is 199, green value is 98 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c762cf hue: 0.82 , saturation: 0.53 and the lightness value of c762cf is 0.60.

The process color (four color CMYK) of #c762cf color hex is 0.04, 0.53, 0.00, 0.19. Web safe color of #c762cf is #cc66cc. Color #c762cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 11001111
Octal 307 142 317
Decimal 199 98 207
Hex C7 62 CF

RGB Percentages of Color #c762cf

%39.48
%19.44
%41.07

CMYK Percentages of Color #c762cf

%4
%53
%0
%19

Triadic Colors of #c762cf

#c762cf #cfc762 #62cfc7

Analogous Colors of #c762cf

#c762cf #cf62a1 #9162cf

Monochromatic Colors of #c762cf

#c762cf

Complementary Color

#c762cf #6acf62

#c762cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c762cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c762cf Color CSS Codes

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

#c762cf Text Font Color

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

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


#c762cf Background Color

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

This div background color is #c762cf


#c762cf Border Color

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

This div border color is #c762cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c762cf


Comments

No comments written yet.

Please login to write comment.