Color Hex Logo

#c534cb Color Hex

#C534CB
(197,52,203)
0 Favorites   0 Comments

Color spaces of #c534cb

RGB 19752203
HSL0.830.590.50
HSV298°74°80°
CMYK 0.030.740.00   0.20
XYZ35.033418.638158.2510
Yxy18.63810.31300.1665
Hunter Lab43.171969.2996-49.7786
CIE-Lab50.261172.8881-48.1163

#c534cb color RGB value is (197,52,203).

#c534cb hex color red value is 197, green value is 52 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c534cb hue: 0.83 , saturation: 0.59 and the lightness value of c534cb is 0.50.

The process color (four color CMYK) of #c534cb color hex is 0.03, 0.74, 0.00, 0.20. Web safe color of #c534cb is #cc33cc. Color #c534cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110100 11001011
Octal 305 64 313
Decimal 197 52 203
Hex C5 34 CB

RGB Percentages of Color #c534cb

%43.58
%11.50
%44.91

CMYK Percentages of Color #c534cb

%3
%74
%0
%20

Triadic Colors of #c534cb

#c534cb #cbc534 #34cbc5

Analogous Colors of #c534cb

#c534cb #cb3486 #7a34cb

Monochromatic Colors of #c534cb

#c534cb

Complementary Color

#c534cb #3acb34

#c534cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c534cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c534cb Color CSS Codes

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

#c534cb Text Font Color

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

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


#c534cb Background Color

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

This div background color is #c534cb


#c534cb Border Color

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

This div border color is #c534cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,52,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c534cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c534cb;
  -webkit-box-shadow: 1px 1px 3px 2px #c534cb;
  box-shadow:         1px 1px 3px 2px #c534cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,52,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c534cb


Comments

No comments written yet.

Please login to write comment.