Color Hex Logo

#c31bde Color Hex

#C31BDE
(195,27,222)
0 Favorites   0 Comments

Color spaces of #c31bde

RGB 19527222
HSL0.810.780.49
HSV292°88°87°
CMYK 0.120.880.00   0.13
XYZ36.082417.659970.6142
Yxy17.65990.29020.1420
Hunter Lab42.023779.7223-70.2110
CIE-Lab49.081081.5178-60.9088

#c31bde color RGB value is (195,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011011 11011110
Octal 303 33 336
Decimal 195 27 222
Hex C3 1B DE

RGB Percentages of Color #c31bde

%43.92
%6.08
%50.00

CMYK Percentages of Color #c31bde

%12
%88
%0
%13

Triadic Colors of #c31bde

#c31bde #dec31b #1bdec3

Analogous Colors of #c31bde

#c31bde #de1b98 #621bde

Monochromatic Colors of #c31bde

#c31bde

Complementary Color

#c31bde #36de1b

#c31bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31bde Color CSS Codes

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

#c31bde Text Font Color

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

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


#c31bde Background Color

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

This div background color is #c31bde


#c31bde Border Color

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

This div border color is #c31bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31bde


Comments

No comments written yet.

Please login to write comment.