Color Hex Logo

#c31cdd Color Hex

#C31CDD
(195,28,221)
0 Favorites   0 Comments

Color spaces of #c31cdd

RGB 19528221
HSL0.810.780.49
HSV292°87°87°
CMYK 0.120.870.00   0.13
XYZ35.972117.653169.9181
Yxy17.65310.29120.1429
Hunter Lab42.015679.2974-69.2535
CIE-Lab49.072681.1845-60.3525

#c31cdd color RGB value is (195,28,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 11011101
Octal 303 34 335
Decimal 195 28 221
Hex C3 1C DD

RGB Percentages of Color #c31cdd

%43.92
%6.31
%49.77

CMYK Percentages of Color #c31cdd

%12
%87
%0
%13

Triadic Colors of #c31cdd

#c31cdd #ddc31c #1cddc3

Analogous Colors of #c31cdd

#c31cdd #dd1c97 #621cdd

Monochromatic Colors of #c31cdd

#c31cdd

Complementary Color

#c31cdd #36dd1c

#c31cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cdd Color CSS Codes

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

#c31cdd Text Font Color

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

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


#c31cdd Background Color

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

This div background color is #c31cdd


#c31cdd Border Color

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

This div border color is #c31cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cdd


Comments

No comments written yet.

Please login to write comment.