Color Hex Logo

#c327de Color Hex

#C327DE
(195,39,222)
0 Favorites   0 Comments

Color spaces of #c327de

RGB 19539222
HSL0.810.730.51
HSV291°82°87°
CMYK 0.120.820.00   0.13
XYZ36.416018.327170.7254
Yxy18.32710.29020.1461
Hunter Lab42.810276.9213-67.9841
CIE-Lab49.890579.1410-59.6039

#c327de color RGB value is (195,39,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11011110
Octal 303 47 336
Decimal 195 39 222
Hex C3 27 DE

RGB Percentages of Color #c327de

%42.76
%8.55
%48.68

CMYK Percentages of Color #c327de

%12
%82
%0
%13

Triadic Colors of #c327de

#c327de #dec327 #27dec3

Analogous Colors of #c327de

#c327de #de279e #6827de

Monochromatic Colors of #c327de

#c327de

Complementary Color

#c327de #42de27

#c327de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327de Color CSS Codes

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

#c327de Text Font Color

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

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


#c327de Background Color

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

This div background color is #c327de


#c327de Border Color

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

This div border color is #c327de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327de


Comments

No comments written yet.

Please login to write comment.