Color Hex Logo

#c71edf Color Hex

#C71EDF
(199,30,223)
0 Favorites   0 Comments

Color spaces of #c71edf

RGB 19930223
HSL0.810.760.50
HSV293°87°87°
CMYK 0.110.870.00   0.13
XYZ37.336718.398471.3954
Yxy18.39840.29370.1447
Hunter Lab42.893480.3127-68.6620
CIE-Lab49.975881.8082-60.0020

#c71edf color RGB value is (199,30,223).

#c71edf hex color red value is 199, green value is 30 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c71edf hue: 0.81 , saturation: 0.76 and the lightness value of c71edf is 0.50.

The process color (four color CMYK) of #c71edf color hex is 0.11, 0.87, 0.00, 0.13. Web safe color of #c71edf is #cc33cc. Color #c71edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011110 11011111
Octal 307 36 337
Decimal 199 30 223
Hex C7 1E DF

RGB Percentages of Color #c71edf

%44.03
%6.64
%49.34

CMYK Percentages of Color #c71edf

%11
%87
%0
%13

Triadic Colors of #c71edf

#c71edf #dfc71e #1edfc7

Analogous Colors of #c71edf

#c71edf #df1e97 #671edf

Monochromatic Colors of #c71edf

#c71edf

Complementary Color

#c71edf #36df1e

#c71edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71edf Color CSS Codes

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

#c71edf Text Font Color

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

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


#c71edf Background Color

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

This div background color is #c71edf


#c71edf Border Color

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

This div border color is #c71edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71edf


Comments

No comments written yet.

Please login to write comment.