Color Hex Logo

#c352db Color Hex

#C352DB
(195,82,219)
0 Favorites   0 Comments

Color spaces of #c352db

RGB 19582219
HSL0.800.660.59
HSV289°63°86°
CMYK 0.110.630.00   0.14
XYZ38.309222.751269.3901
Yxy22.75120.29370.1744
Hunter Lab47.698259.8918-52.8648
CIE-Lab54.815164.1011-50.0161

#c352db color RGB value is (195,82,219).

#c352db hex color red value is 195, green value is 82 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c352db hue: 0.80 , saturation: 0.66 and the lightness value of c352db is 0.59.

The process color (four color CMYK) of #c352db color hex is 0.11, 0.63, 0.00, 0.14. Web safe color of #c352db is #cc66cc. Color #c352db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 11011011
Octal 303 122 333
Decimal 195 82 219
Hex C3 52 DB

RGB Percentages of Color #c352db

%39.31
%16.53
%44.15

CMYK Percentages of Color #c352db

%11
%63
%0
%14

Triadic Colors of #c352db

#c352db #dbc352 #52dbc3

Analogous Colors of #c352db

#c352db #db52af #7f52db

Monochromatic Colors of #c352db

#c352db

Complementary Color

#c352db #6adb52

#c352db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c352db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c352db Color CSS Codes

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

#c352db Text Font Color

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

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


#c352db Background Color

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

This div background color is #c352db


#c352db Border Color

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

This div border color is #c352db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c352db

#c352db Color Palettes


Comments

No comments written yet.

Please login to write comment.