Color Hex Logo

#c762ea Color Hex

#C762EA
(199,98,234)
0 Favorites   0 Comments

Color spaces of #c762ea

RGB 19998234
HSL0.790.760.65
HSV285°58°92°
CMYK 0.150.580.00   0.08
XYZ42.772226.818080.7640
Yxy26.81800.28450.1784
Hunter Lab51.786156.8046-56.2166
CIE-Lab58.805560.7204-52.0684

#c762ea color RGB value is (199,98,234).

#c762ea hex color red value is 199, green value is 98 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c762ea hue: 0.79 , saturation: 0.76 and the lightness value of c762ea is 0.65.

The process color (four color CMYK) of #c762ea color hex is 0.15, 0.58, 0.00, 0.08. Web safe color of #c762ea is #cc66ff. Color #c762ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100010 11101010
Octal 307 142 352
Decimal 199 98 234
Hex C7 62 EA

RGB Percentages of Color #c762ea

%37.48
%18.46
%44.07

CMYK Percentages of Color #c762ea

%15
%58
%0
%8

Triadic Colors of #c762ea

#c762ea #eac762 #62eac7

Analogous Colors of #c762ea

#c762ea #ea62c9 #8362ea

Monochromatic Colors of #c762ea

#c762ea

Complementary Color

#c762ea #85ea62

#c762ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c762ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c762ea Color CSS Codes

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

#c762ea Text Font Color

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

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


#c762ea Background Color

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

This div background color is #c762ea


#c762ea Border Color

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

This div border color is #c762ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c762ea


Comments

No comments written yet.

Please login to write comment.