Color Hex Logo

#c31ddf Color Hex

#C31DDF
(195,29,223)
0 Favorites   0 Comments

Color spaces of #c31ddf

RGB 19529223
HSL0.810.770.49
HSV291°87°87°
CMYK 0.130.870.00   0.13
XYZ36.264317.808571.3381
Yxy17.80850.28920.1420
Hunter Lab42.200179.5422-70.6880
CIE-Lab49.263081.3405-61.1845

#c31ddf color RGB value is (195,29,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011101 11011111
Octal 303 35 337
Decimal 195 29 223
Hex C3 1D DF

RGB Percentages of Color #c31ddf

%43.62
%6.49
%49.89

CMYK Percentages of Color #c31ddf

%13
%87
%0
%13

Triadic Colors of #c31ddf

#c31ddf #dfc31d #1ddfc3

Analogous Colors of #c31ddf

#c31ddf #df1d9a #621ddf

Monochromatic Colors of #c31ddf

#c31ddf

Complementary Color

#c31ddf #39df1d

#c31ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31ddf Color CSS Codes

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

#c31ddf Text Font Color

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

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


#c31ddf Background Color

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

This div background color is #c31ddf


#c31ddf Border Color

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

This div border color is #c31ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31ddf


Comments

No comments written yet.

Please login to write comment.