Color Hex Logo

#c707ee Color Hex

#C707EE
(199,7,238)
0 Favorites   0 Comments

Color spaces of #c707ee

RGB 1997238
HSL0.810.940.48
HSV290°97°93°
CMYK 0.160.970.00   0.07
XYZ39.061818.467182.3946
Yxy18.46710.27920.1320
Hunter Lab42.973487.0490-83.5978
CIE-Lab50.057887.0097-68.3609

#c707ee color RGB value is (199,7,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000111 11101110
Octal 307 7 356
Decimal 199 7 238
Hex C7 7 EE

RGB Percentages of Color #c707ee

%44.82
%1.58
%53.60

CMYK Percentages of Color #c707ee

%16
%97
%0
%7

Triadic Colors of #c707ee

#c707ee #eec707 #07eec7

Analogous Colors of #c707ee

#c707ee #ee07a2 #5407ee

Monochromatic Colors of #c707ee

#c707ee

Complementary Color

#c707ee #2eee07

#c707ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c707ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c707ee Color CSS Codes

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

#c707ee Text Font Color

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

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


#c707ee Background Color

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

This div background color is #c707ee


#c707ee Border Color

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

This div border color is #c707ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c707ee


Comments

No comments written yet.

Please login to write comment.