Color Hex Logo

#c702ee Color Hex

#C702EE
(199,2,238)
0 Favorites   0 Comments

Color spaces of #c702ee

RGB 1992238
HSL0.810.980.47
HSV290°99°93°
CMYK 0.160.990.00   0.07
XYZ39.007518.358682.3766
Yxy18.35860.27910.1314
Hunter Lab42.846987.5228-83.9968
CIE-Lab49.928287.3961-68.5711

#c702ee color RGB value is (199,2,238).

#c702ee hex color red value is 199, green value is 2 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c702ee hue: 0.81 , saturation: 0.98 and the lightness value of c702ee is 0.47.

The process color (four color CMYK) of #c702ee color hex is 0.16, 0.99, 0.00, 0.07. Web safe color of #c702ee is #cc00ff. Color #c702ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000010 11101110
Octal 307 2 356
Decimal 199 2 238
Hex C7 2 EE

RGB Percentages of Color #c702ee

%45.33
%0.46
%54.21

CMYK Percentages of Color #c702ee

%16
%99
%0
%7

Triadic Colors of #c702ee

#c702ee #eec702 #02eec7

Analogous Colors of #c702ee

#c702ee #ee029f #5102ee

Monochromatic Colors of #c702ee

#c702ee

Complementary Color

#c702ee #29ee02

#c702ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c702ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c702ee Color CSS Codes

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

#c702ee Text Font Color

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

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


#c702ee Background Color

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

This div background color is #c702ee


#c702ee Border Color

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

This div border color is #c702ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c702ee


Comments

No comments written yet.

Please login to write comment.