color codes Logo

#c325dd color codes

#C325DD
(195,37,221)
0 Favorites   0 Comments

Color spaces of #c325dd

RGB 19537221
HSL0.810.730.51
HSV292°83°87°
CMYK 0.120.830.00   0.13
XYZ36.218418.145770.0002
Yxy18.14570.29120.1459
Hunter Lab42.597877.2220-67.6118
CIE-Lab49.672479.4231-59.3860

#c325dd color RGB value is (195,37,221).

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

The process color (four color CMYK) of #c325dd color code is 0.12, 0.83, 0.00, 0.13. Web safe color of #c325dd is #cc33cc. Color #c325dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 11011101
Octal 303 45 335
Decimal 195 37 221
Hex C3 25 DD

RGB Percentages of Color #c325dd

%43.05
%8.17
%48.79

CMYK Percentages of Color #c325dd

%12
%83
%0
%13

Triadic Colors of #c325dd

#c325dd #ddc325 #25ddc3

Analogous Colors of #c325dd

#c325dd #dd259b #6725dd

Monochromatic Colors of #c325dd

#c325dd

Complementary Color

#c325dd #3fdd25

#c325dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c325dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c325dd Color CSS Codes

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

#c325dd Text Font Color

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

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


#c325dd Background Color

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

This div background color is #c325dd


#c325dd Border Color

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

This div border color is #c325dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c325dd


Comments

No comments written yet.

Please login to write comment.