Color Hex Logo

#c31dde Color Hex

#C31DDE
(195,29,222)
0 Favorites   0 Comments

Color spaces of #c31dde

RGB 19529222
HSL0.810.770.49
HSV292°87°87°
CMYK 0.120.870.00   0.13
XYZ36.129917.754870.6300
Yxy17.75480.29020.1426
Hunter Lab42.136479.3161-69.8876
CIE-Lab49.197381.1750-60.7211

#c31dde color RGB value is (195,29,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011101 11011110
Octal 303 35 336
Decimal 195 29 222
Hex C3 1D DE

RGB Percentages of Color #c31dde

%43.72
%6.50
%49.78

CMYK Percentages of Color #c31dde

%12
%87
%0
%13

Triadic Colors of #c31dde

#c31dde #dec31d #1ddec3

Analogous Colors of #c31dde

#c31dde #de1d99 #621dde

Monochromatic Colors of #c31dde

#c31dde

Complementary Color

#c31dde #38de1d

#c31dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31dde Color CSS Codes

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

#c31dde Text Font Color

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

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


#c31dde Background Color

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

This div background color is #c31dde


#c31dde Border Color

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

This div border color is #c31dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31dde


Comments

No comments written yet.

Please login to write comment.