Color Hex Logo

#cb58ba Color Hex

#CB58BA
(203,88,186)
0 Favorites   0 Comments

Color spaces of #cb58ba

RGB 20388186
HSL0.860.530.57
HSV309°57°80°
CMYK 0.000.570.08   0.20
XYZ36.981323.221148.9874
Yxy23.22110.33870.2127
Hunter Lab48.188352.6574-26.5414
CIE-Lab55.299457.6963-30.3216

#cb58ba color RGB value is (203,88,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 10111010
Octal 313 130 272
Decimal 203 88 186
Hex CB 58 BA

RGB Percentages of Color #cb58ba

%42.56
%18.45
%38.99

CMYK Percentages of Color #cb58ba

%0
%57
%8
%20

Triadic Colors of #cb58ba

#cb58ba #bacb58 #58bacb

Analogous Colors of #cb58ba

#cb58ba #cb5881 #a358cb

Monochromatic Colors of #cb58ba

#cb58ba

Complementary Color

#cb58ba #58cb69

#cb58ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb58ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb58ba Color CSS Codes

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

#cb58ba Text Font Color

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

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


#cb58ba Background Color

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

This div background color is #cb58ba


#cb58ba Border Color

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

This div border color is #cb58ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb58ba


Comments

No comments written yet.

Please login to write comment.