Color Hex Logo

#c71bde Color Hex

#C71BDE
(199,27,222)
0 Favorites   0 Comments

Color spaces of #c71bde

RGB 19927222
HSL0.810.780.49
HSV293°88°87°
CMYK 0.100.880.00   0.13
XYZ37.129918.199970.6632
Yxy18.19990.29470.1445
Hunter Lab42.661380.6985-68.3436
CIE-Lab49.737782.1573-59.8166

#c71bde color RGB value is (199,27,222).

#c71bde hex color red value is 199, green value is 27 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c71bde hue: 0.81 , saturation: 0.78 and the lightness value of c71bde is 0.49.

The process color (four color CMYK) of #c71bde color hex is 0.10, 0.88, 0.00, 0.13. Web safe color of #c71bde is #cc33cc. Color #c71bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011011 11011110
Octal 307 33 336
Decimal 199 27 222
Hex C7 1B DE

RGB Percentages of Color #c71bde

%44.42
%6.03
%49.55

CMYK Percentages of Color #c71bde

%10
%88
%0
%13

Triadic Colors of #c71bde

#c71bde #dec71b #1bdec7

Analogous Colors of #c71bde

#c71bde #de1b94 #661bde

Monochromatic Colors of #c71bde

#c71bde

Complementary Color

#c71bde #32de1b

#c71bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71bde Color CSS Codes

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

#c71bde Text Font Color

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

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


#c71bde Background Color

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

This div background color is #c71bde


#c71bde Border Color

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

This div border color is #c71bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71bde


Comments

No comments written yet.

Please login to write comment.