Color Hex Logo

#c352be Color Hex

#C352BE
(195,82,190)
0 Favorites   0 Comments

Color spaces of #c352be

RGB 19582190
HSL0.840.480.54
HSV303°58°76°
CMYK 0.000.580.03   0.24
XYZ34.817221.354451.0019
Yxy21.35440.32490.1993
Hunter Lab46.210853.6206-33.0895
CIE-Lab53.335258.8987-35.7806

#c352be color RGB value is (195,82,190).

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

The process color (four color CMYK) of #c352be color hex is 0.00, 0.58, 0.03, 0.24. Web safe color of #c352be is #cc66cc. Color #c352be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010010 10111110
Octal 303 122 276
Decimal 195 82 190
Hex C3 52 BE

RGB Percentages of Color #c352be

%41.76
%17.56
%40.69

CMYK Percentages of Color #c352be

%0
%58
%3
%24

Triadic Colors of #c352be

#c352be #bec352 #52bec3

Analogous Colors of #c352be

#c352be #c35286 #9052c3

Monochromatic Colors of #c352be

#c352be

Complementary Color

#c352be #52c357

#c352be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c352be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c352be Color CSS Codes

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

#c352be Text Font Color

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

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


#c352be Background Color

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

This div background color is #c352be


#c352be Border Color

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

This div border color is #c352be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c352be


Comments

No comments written yet.

Please login to write comment.