color codes Logo

#c327db color codes

#C327DB
(195,39,219)
0 Favorites   0 Comments

Color spaces of #c327db

RGB 19539219
HSL0.810.710.51
HSV292°82°86°
CMYK 0.110.820.00   0.14
XYZ36.017418.167668.6262
Yxy18.16760.29330.1479
Hunter Lab42.623576.2438-65.6238
CIE-Lab49.698878.6374-58.2036

#c327db color RGB value is (195,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100111 11011011
Octal 303 47 333
Decimal 195 39 219
Hex C3 27 DB

RGB Percentages of Color #c327db

%43.05
%8.61
%48.34

CMYK Percentages of Color #c327db

%11
%82
%0
%14

Triadic Colors of #c327db

#c327db #dbc327 #27dbc3

Analogous Colors of #c327db

#c327db #db2799 #6927db

Monochromatic Colors of #c327db

#c327db

Complementary Color

#c327db #3fdb27

#c327db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c327db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c327db Color CSS Codes

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

#c327db Text Font Color

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

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


#c327db Background Color

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

This div background color is #c327db


#c327db Border Color

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

This div border color is #c327db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c327db


Comments

No comments written yet.

Please login to write comment.