Color Hex Logo

#c325db Color Hex

#C325DB
(195,37,219)
0 Favorites   0 Comments

Color spaces of #c325db

RGB 19537219
HSL0.810.720.50
HSV292°83°86°
CMYK 0.110.830.00   0.14
XYZ35.953418.039768.6049
Yxy18.03970.29330.1471
Hunter Lab42.473276.7716-66.0371
CIE-Lab49.544279.0891-58.4523

#c325db color RGB value is (195,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 11011011
Octal 303 45 333
Decimal 195 37 219
Hex C3 25 DB

RGB Percentages of Color #c325db

%43.24
%8.20
%48.56

CMYK Percentages of Color #c325db

%11
%83
%0
%14

Triadic Colors of #c325db

#c325db #dbc325 #25dbc3

Analogous Colors of #c325db

#c325db #db2598 #6825db

Monochromatic Colors of #c325db

#c325db

Complementary Color

#c325db #3ddb25

#c325db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c325db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c325db Color CSS Codes

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

#c325db Text Font Color

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

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


#c325db Background Color

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

This div background color is #c325db


#c325db Border Color

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

This div border color is #c325db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c325db


Comments

No comments written yet.

Please login to write comment.