Color Hex Logo

#c31cdc Color Hex

#C31CDC
(195,28,220)
0 Favorites   0 Comments

Color spaces of #c31cdc

RGB 19528220
HSL0.810.770.49
HSV292°87°86°
CMYK 0.110.870.00   0.14
XYZ35.839217.599969.2183
Yxy17.59990.29220.1435
Hunter Lab41.952279.0736-68.4579
CIE-Lab49.007281.0206-59.8877

#c31cdc color RGB value is (195,28,220).

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

The process color (four color CMYK) of #c31cdc color hex is 0.11, 0.87, 0.00, 0.14. Web safe color of #c31cdc is #cc33cc. Color #c31cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 11011100
Octal 303 34 334
Decimal 195 28 220
Hex C3 1C DC

RGB Percentages of Color #c31cdc

%44.02
%6.32
%49.66

CMYK Percentages of Color #c31cdc

%11
%87
%0
%14

Triadic Colors of #c31cdc

#c31cdc #dcc31c #1cdcc3

Analogous Colors of #c31cdc

#c31cdc #dc1c95 #631cdc

Monochromatic Colors of #c31cdc

#c31cdc

Complementary Color

#c31cdc #35dc1c

#c31cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cdc Color CSS Codes

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

#c31cdc Text Font Color

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

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


#c31cdc Background Color

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

This div background color is #c31cdc


#c31cdc Border Color

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

This div border color is #c31cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cdc


Comments

No comments written yet.

Please login to write comment.