Color Hex Logo

#cb52ba Color Hex

#CB52BA
(203,82,186)
0 Favorites   0 Comments

Color spaces of #cb52ba

RGB 20382186
HSL0.860.540.56
HSV308°60°80°
CMYK 0.000.600.08   0.20
XYZ36.508822.276348.8299
Yxy22.27630.33930.2070
Hunter Lab47.197855.4786-28.3018
CIE-Lab54.318960.3609-31.8475

#cb52ba color RGB value is (203,82,186).

#cb52ba hex color red value is 203, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb52ba hue: 0.86 , saturation: 0.54 and the lightness value of cb52ba is 0.56.

The process color (four color CMYK) of #cb52ba color hex is 0.00, 0.60, 0.08, 0.20. Web safe color of #cb52ba is #cc66cc. Color #cb52ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010010 10111010
Octal 313 122 272
Decimal 203 82 186
Hex CB 52 BA

RGB Percentages of Color #cb52ba

%43.10
%17.41
%39.49

CMYK Percentages of Color #cb52ba

%0
%60
%8
%20

Triadic Colors of #cb52ba

#cb52ba #bacb52 #52bacb

Analogous Colors of #cb52ba

#cb52ba #cb527e #a052cb

Monochromatic Colors of #cb52ba

#cb52ba

Complementary Color

#cb52ba #52cb63

#cb52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb52ba Color CSS Codes

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

#cb52ba Text Font Color

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

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


#cb52ba Background Color

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

This div background color is #cb52ba


#cb52ba Border Color

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

This div border color is #cb52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb52ba


Comments

No comments written yet.

Please login to write comment.