Color Hex Logo

#c371dd Color Hex

#C371DD
(195,113,221)
0 Favorites   0 Comments

Color spaces of #c371dd

RGB 195113221
HSL0.790.610.65
HSV286°49°87°
CMYK 0.120.490.00   0.13
XYZ41.461928.632871.7480
Yxy28.63280.29230.2019
Hunter Lab53.509644.6688-42.0418
CIE-Lab60.456249.6521-42.2180

#c371dd color RGB value is (195,113,221).

#c371dd hex color red value is 195, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c371dd hue: 0.79 , saturation: 0.61 and the lightness value of c371dd is 0.65.

The process color (four color CMYK) of #c371dd color hex is 0.12, 0.49, 0.00, 0.13. Web safe color of #c371dd is #cc66cc. Color #c371dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110001 11011101
Octal 303 161 335
Decimal 195 113 221
Hex C3 71 DD

RGB Percentages of Color #c371dd

%36.86
%21.36
%41.78

CMYK Percentages of Color #c371dd

%12
%49
%0
%13

Triadic Colors of #c371dd

#c371dd #ddc371 #71ddc3

Analogous Colors of #c371dd

#c371dd #dd71c1 #8d71dd

Monochromatic Colors of #c371dd

#c371dd

Complementary Color

#c371dd #8bdd71

#c371dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c371dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c371dd Color CSS Codes

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

#c371dd Text Font Color

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

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


#c371dd Background Color

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

This div background color is #c371dd


#c371dd Border Color

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

This div border color is #c371dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c371dd


Comments

No comments written yet.

Please login to write comment.