Color Hex Logo

#c152cf Color Hex

#C152CF
(193,82,207)
0 Favorites   0 Comments

Color spaces of #c152cf

RGB 19382207
HSL0.810.570.57
HSV293°60°81°
CMYK 0.070.600.00   0.19
XYZ36.272121.877061.3424
Yxy21.87700.30360.1831
Hunter Lab46.772956.5733-45.0176
CIE-Lab53.896361.3957-44.6715

#c152cf color RGB value is (193,82,207).

#c152cf hex color red value is 193, green value is 82 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c152cf hue: 0.81 , saturation: 0.57 and the lightness value of c152cf is 0.57.

The process color (four color CMYK) of #c152cf color hex is 0.07, 0.60, 0.00, 0.19. Web safe color of #c152cf is #cc66cc. Color #c152cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 11001111
Octal 301 122 317
Decimal 193 82 207
Hex C1 52 CF

RGB Percentages of Color #c152cf

%40.04
%17.01
%42.95

CMYK Percentages of Color #c152cf

%7
%60
%0
%19

Triadic Colors of #c152cf

#c152cf #cfc152 #52cfc1

Analogous Colors of #c152cf

#c152cf #cf529f #8352cf

Monochromatic Colors of #c152cf

#c152cf

Complementary Color

#c152cf #60cf52

#c152cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c152cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c152cf Color CSS Codes

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

#c152cf Text Font Color

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

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


#c152cf Background Color

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

This div background color is #c152cf


#c152cf Border Color

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

This div border color is #c152cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,82,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c152cf


Comments

No comments written yet.

Please login to write comment.