Color Hex Logo

#c71eef Color Hex

#C71EEF
(199,30,239)
0 Favorites   0 Comments

Color spaces of #c71eef

RGB 19930239
HSL0.800.870.53
HSV289°87°94°
CMYK 0.170.870.00   0.06
XYZ39.597419.302783.3001
Yxy19.30270.27850.1357
Hunter Lab43.934883.9917-81.6590
CIE-Lab51.039584.4698-67.3335

#c71eef color RGB value is (199,30,239).

#c71eef hex color red value is 199, green value is 30 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c71eef hue: 0.80 , saturation: 0.87 and the lightness value of c71eef is 0.53.

The process color (four color CMYK) of #c71eef color hex is 0.17, 0.87, 0.00, 0.06. Web safe color of #c71eef is #cc33ff. Color #c71eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 11101111
Octal 307 36 357
Decimal 199 30 239
Hex C7 1E EF

RGB Percentages of Color #c71eef

%42.52
%6.41
%51.07

CMYK Percentages of Color #c71eef

%17
%87
%0
%6

Triadic Colors of #c71eef

#c71eef #efc71e #1eefc7

Analogous Colors of #c71eef

#c71eef #ef1eaf #5e1eef

Monochromatic Colors of #c71eef

#c71eef

Complementary Color

#c71eef #46ef1e

#c71eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71eef Color CSS Codes

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

#c71eef Text Font Color

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

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


#c71eef Background Color

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

This div background color is #c71eef


#c71eef Border Color

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

This div border color is #c71eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71eef


Comments

No comments written yet.

Please login to write comment.