Color Hex Logo

#c327cf Color Hex

#C327CF
(195,39,207)
0 Favorites   0 Comments

Color spaces of #c327cf

RGB 19539207
HSL0.820.680.48
HSV296°81°81°
CMYK 0.060.810.00   0.19
XYZ34.493717.558160.6025
Yxy17.55810.30620.1559
Hunter Lab41.902473.6106-56.4182
CIE-Lab48.955776.6644-52.5229

#c327cf color RGB value is (195,39,207).

#c327cf hex color red value is 195, green value is 39 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c327cf hue: 0.82 , saturation: 0.68 and the lightness value of c327cf is 0.48.

The process color (four color CMYK) of #c327cf color hex is 0.06, 0.81, 0.00, 0.19. Web safe color of #c327cf is #cc33cc. Color #c327cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11001111
Octal 303 47 317
Decimal 195 39 207
Hex C3 27 CF

RGB Percentages of Color #c327cf

%44.22
%8.84
%46.94

CMYK Percentages of Color #c327cf

%6
%81
%0
%19

Triadic Colors of #c327cf

#c327cf #cfc327 #27cfc3

Analogous Colors of #c327cf

#c327cf #cf2787 #6f27cf

Monochromatic Colors of #c327cf

#c327cf

Complementary Color

#c327cf #33cf27

#c327cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327cf Color CSS Codes

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

#c327cf Text Font Color

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

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


#c327cf Background Color

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

This div background color is #c327cf


#c327cf Border Color

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

This div border color is #c327cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327cf


Comments

No comments written yet.

Please login to write comment.