Color Hex Logo

#c762fd Color Hex

#C762FD
(199,98,253)
0 Favorites   0 Comments

Color spaces of #c762fd

RGB 19998253
HSL0.780.970.69
HSV279°61°99°
CMYK 0.210.610.00   0.01
XYZ45.650527.969395.9211
Yxy27.96930.26930.1650
Hunter Lab52.886061.5283-70.5160
CIE-Lab59.861064.5796-60.9313

#c762fd color RGB value is (199,98,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 11111101
Octal 307 142 375
Decimal 199 98 253
Hex C7 62 FD

RGB Percentages of Color #c762fd

%36.18
%17.82
%46.00

CMYK Percentages of Color #c762fd

%21
%61
%0
%1

Triadic Colors of #c762fd

#c762fd #fdc762 #62fdc7

Analogous Colors of #c762fd

#c762fd #fd62e6 #7a62fd

Monochromatic Colors of #c762fd

#c762fd

Complementary Color

#c762fd #98fd62

#c762fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c762fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c762fd Color CSS Codes

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

#c762fd Text Font Color

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

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


#c762fd Background Color

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

This div background color is #c762fd


#c762fd Border Color

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

This div border color is #c762fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c762fd

Related Colors


Comments

No comments written yet.

Please login to write comment.