Color Hex Logo

#c462fd Color Hex

#C462FD
(196,98,253)
0 Favorites   0 Comments

Color spaces of #c462fd

RGB 19698253
HSL0.770.970.69
HSV278°61°99°
CMYK 0.230.610.00   0.01
XYZ44.862327.563095.8842
Yxy27.56300.26650.1638
Hunter Lab52.500560.6546-71.5339
CIE-Lab59.491963.9040-61.5432

#c462fd color RGB value is (196,98,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100010 11111101
Octal 304 142 375
Decimal 196 98 253
Hex C4 62 FD

RGB Percentages of Color #c462fd

%35.83
%17.92
%46.25

CMYK Percentages of Color #c462fd

%23
%61
%0
%1

Triadic Colors of #c462fd

#c462fd #fdc462 #62fdc4

Analogous Colors of #c462fd

#c462fd #fd62e9 #7762fd

Monochromatic Colors of #c462fd

#c462fd

Complementary Color

#c462fd #9bfd62

#c462fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c462fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c462fd Color CSS Codes

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

#c462fd Text Font Color

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

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


#c462fd Background Color

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

This div background color is #c462fd


#c462fd Border Color

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

This div border color is #c462fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c462fd

Related Colors


Comments

No comments written yet.

Please login to write comment.