Color Hex Logo

#c762ff Color Hex

#C762FF
(199,98,255)
0 Favorites   0 Comments

Color spaces of #c762ff

RGB 19998255
HSL0.771.000.69
HSV279°62°100°
CMYK 0.220.620.00   0.00
XYZ45.970928.097597.6082
Yxy28.09750.26780.1637
Hunter Lab53.007162.0435-72.0727
CIE-Lab59.976764.9947-61.8493

#c762ff color RGB value is (199,98,255).

#c762ff hex color red value is 199, green value is 98 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c762ff hue: 0.77 , saturation: 1.00 and the lightness value of c762ff is 0.69.

The process color (four color CMYK) of #c762ff color hex is 0.22, 0.62, 0.00, 0.00. Web safe color of #c762ff is #cc66ff. Color #c762ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 11111111
Octal 307 142 377
Decimal 199 98 255
Hex C7 62 FF

RGB Percentages of Color #c762ff

%36.05
%17.75
%46.20

CMYK Percentages of Color #c762ff

%22
%62
%0
%0

Triadic Colors of #c762ff

#c762ff #ffc762 #62ffc7

Analogous Colors of #c762ff

#c762ff #ff62e9 #7962ff

Monochromatic Colors of #c762ff

#c762ff

Complementary Color

#c762ff #9aff62

#c762ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c762ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c762ff Color CSS Codes

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

#c762ff Text Font Color

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

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


#c762ff Background Color

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

This div background color is #c762ff


#c762ff Border Color

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

This div border color is #c762ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,98,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c762ff


Comments

No comments written yet.

Please login to write comment.