Color Hex Logo

#c462ff Color Hex

#C462FF
(196,98,255)
0 Favorites   0 Comments

Color spaces of #c462ff

RGB 19698255
HSL0.771.000.69
HSV277°62°100°
CMYK 0.230.620.00   0.00
XYZ45.182627.691197.5713
Yxy27.69110.26510.1625
Hunter Lab52.622361.1746-73.0987
CIE-Lab59.608664.3250-62.4597

#c462ff color RGB value is (196,98,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100010 11111111
Octal 304 142 377
Decimal 196 98 255
Hex C4 62 FF

RGB Percentages of Color #c462ff

%35.70
%17.85
%46.45

CMYK Percentages of Color #c462ff

%23
%62
%0
%0

Triadic Colors of #c462ff

#c462ff #ffc462 #62ffc4

Analogous Colors of #c462ff

#c462ff #ff62ec #7662ff

Monochromatic Colors of #c462ff

#c462ff

Complementary Color

#c462ff #9dff62

#c462ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c462ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c462ff Color CSS Codes

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

#c462ff Text Font Color

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

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


#c462ff Background Color

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

This div background color is #c462ff


#c462ff Border Color

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

This div border color is #c462ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c462ff

#c462ff Color Palettes


Comments

No comments written yet.

Please login to write comment.