Color Hex Logo

#c152d8 Color Hex

#C152D8
(193,82,216)
0 Favorites   0 Comments

Color spaces of #c152d8

RGB 19382216
HSL0.800.630.58
HSV290°62°85°
CMYK 0.110.620.00   0.15
XYZ37.404322.329967.3044
Yxy22.32990.29440.1758
Hunter Lab47.254558.5962-51.3683
CIE-Lab54.375363.0657-49.0325

#c152d8 color RGB value is (193,82,216).

#c152d8 hex color red value is 193, green value is 82 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #c152d8 hue: 0.80 , saturation: 0.63 and the lightness value of c152d8 is 0.58.

The process color (four color CMYK) of #c152d8 color hex is 0.11, 0.62, 0.00, 0.15. Web safe color of #c152d8 is #cc66cc. Color #c152d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010010 11011000
Octal 301 122 330
Decimal 193 82 216
Hex C1 52 D8

RGB Percentages of Color #c152d8

%39.31
%16.70
%43.99

CMYK Percentages of Color #c152d8

%11
%62
%0
%15

Triadic Colors of #c152d8

#c152d8 #d8c152 #52d8c1

Analogous Colors of #c152d8

#c152d8 #d852ac #7e52d8

Monochromatic Colors of #c152d8

#c152d8

Complementary Color

#c152d8 #69d852

#c152d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c152d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c152d8 Color CSS Codes

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

#c152d8 Text Font Color

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

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


#c152d8 Background Color

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

This div background color is #c152d8


#c152d8 Border Color

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

This div border color is #c152d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c152d8


Comments

No comments written yet.

Please login to write comment.