Color Hex Logo

#c327dc Color Hex

#C327DC
(195,39,220)
0 Favorites   0 Comments

Color spaces of #c327dc

RGB 19539220
HSL0.810.720.51
HSV292°82°86°
CMYK 0.110.820.00   0.14
XYZ36.149518.220469.3218
Yxy18.22040.29230.1473
Hunter Lab42.685476.4692-66.4083
CIE-Lab49.762378.8052-58.6714

#c327dc color RGB value is (195,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11011100
Octal 303 47 334
Decimal 195 39 220
Hex C3 27 DC

RGB Percentages of Color #c327dc

%42.95
%8.59
%48.46

CMYK Percentages of Color #c327dc

%11
%82
%0
%14

Triadic Colors of #c327dc

#c327dc #dcc327 #27dcc3

Analogous Colors of #c327dc

#c327dc #dc279b #6927dc

Monochromatic Colors of #c327dc

#c327dc

Complementary Color

#c327dc #40dc27

#c327dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327dc Color CSS Codes

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

#c327dc Text Font Color

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

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


#c327dc Background Color

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

This div background color is #c327dc


#c327dc Border Color

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

This div border color is #c327dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327dc


Comments

No comments written yet.

Please login to write comment.