Color Hex Logo

#c31dee Color Hex

#C31DEE
(195,29,238)
0 Favorites   0 Comments

Color spaces of #c31dee

RGB 19529238
HSL0.800.860.52
HSV288°88°93°
CMYK 0.180.880.00   0.07
XYZ38.377718.653982.4668
Yxy18.65390.27510.1337
Hunter Lab43.190283.0279-82.9745
CIE-Lab50.279883.8700-68.0313

#c31dee color RGB value is (195,29,238).

#c31dee hex color red value is 195, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c31dee hue: 0.80 , saturation: 0.86 and the lightness value of c31dee is 0.52.

The process color (four color CMYK) of #c31dee color hex is 0.18, 0.88, 0.00, 0.07. Web safe color of #c31dee is #cc33ff. Color #c31dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011101 11101110
Octal 303 35 356
Decimal 195 29 238
Hex C3 1D EE

RGB Percentages of Color #c31dee

%42.21
%6.28
%51.52

CMYK Percentages of Color #c31dee

%18
%88
%0
%7

Triadic Colors of #c31dee

#c31dee #eec31d #1deec3

Analogous Colors of #c31dee

#c31dee #ee1db1 #5b1dee

Monochromatic Colors of #c31dee

#c31dee

Complementary Color

#c31dee #48ee1d

#c31dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31dee Color CSS Codes

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

#c31dee Text Font Color

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

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


#c31dee Background Color

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

This div background color is #c31dee


#c31dee Border Color

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

This div border color is #c31dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,29,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31dee


Comments

No comments written yet.

Please login to write comment.