Color Hex Logo

#c327be Color Hex

#C327BE
(195,39,190)
0 Favorites   0 Comments

Color spaces of #c327be

RGB 19539190
HSL0.840.670.46
HSV302°80°76°
CMYK 0.000.800.03   0.24
XYZ32.525516.770850.2380
Yxy16.77080.32680.1685
Hunter Lab40.952270.1040-44.0674
CIE-Lab47.969973.9967-44.2517

#c327be color RGB value is (195,39,190).

#c327be hex color red value is 195, green value is 39 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c327be hue: 0.84 , saturation: 0.67 and the lightness value of c327be is 0.46.

The process color (four color CMYK) of #c327be color hex is 0.00, 0.80, 0.03, 0.24. Web safe color of #c327be is #cc33cc. Color #c327be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 10111110
Octal 303 47 276
Decimal 195 39 190
Hex C3 27 BE

RGB Percentages of Color #c327be

%45.99
%9.20
%44.81

CMYK Percentages of Color #c327be

%0
%80
%3
%24

Triadic Colors of #c327be

#c327be #bec327 #27bec3

Analogous Colors of #c327be

#c327be #c32770 #7a27c3

Monochromatic Colors of #c327be

#c327be

Complementary Color

#c327be #27c32c

#c327be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327be Color CSS Codes

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

#c327be Text Font Color

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

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


#c327be Background Color

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

This div background color is #c327be


#c327be Border Color

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

This div border color is #c327be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327be


Comments

No comments written yet.

Please login to write comment.