Color Hex Logo

#c31cde Color Hex

#C31CDE
(195,28,222)
0 Favorites   0 Comments

Color spaces of #c31cde

RGB 19528222
HSL0.810.780.49
HSV292°87°87°
CMYK 0.120.870.00   0.13
XYZ36.105717.706570.6220
Yxy17.70650.29020.1423
Hunter Lab42.079179.5224-70.0520
CIE-Lab49.138281.3492-60.8166

#c31cde color RGB value is (195,28,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 11011110
Octal 303 34 336
Decimal 195 28 222
Hex C3 1C DE

RGB Percentages of Color #c31cde

%43.82
%6.29
%49.89

CMYK Percentages of Color #c31cde

%12
%87
%0
%13

Triadic Colors of #c31cde

#c31cde #dec31c #1cdec3

Analogous Colors of #c31cde

#c31cde #de1c98 #621cde

Monochromatic Colors of #c31cde

#c31cde

Complementary Color

#c31cde #37de1c

#c31cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cde Color CSS Codes

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

#c31cde Text Font Color

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

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


#c31cde Background Color

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

This div background color is #c31cde


#c31cde Border Color

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

This div border color is #c31cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cde


Comments

No comments written yet.

Please login to write comment.