Color Hex Logo

#cb46ba Color Hex

#CB46BA
(203,70,186)
0 Favorites   0 Comments

Color spaces of #cb46ba

RGB 20370186
HSL0.850.560.54
HSV308°66°80°
CMYK 0.000.660.08   0.20
XYZ35.681720.622048.5542
Yxy20.62200.34030.1967
Hunter Lab45.411560.7850-31.6052
CIE-Lab52.533365.2920-34.6376

#cb46ba color RGB value is (203,70,186).

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

The process color (four color CMYK) of #cb46ba color hex is 0.00, 0.66, 0.08, 0.20. Web safe color of #cb46ba is #cc33cc. Color #cb46ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 10111010
Octal 313 106 272
Decimal 203 70 186
Hex CB 46 BA

RGB Percentages of Color #cb46ba

%44.23
%15.25
%40.52

CMYK Percentages of Color #cb46ba

%0
%66
%8
%20

Triadic Colors of #cb46ba

#cb46ba #bacb46 #46bacb

Analogous Colors of #cb46ba

#cb46ba #cb4678 #9a46cb

Monochromatic Colors of #cb46ba

#cb46ba

Complementary Color

#cb46ba #46cb57

#cb46ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb46ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb46ba Color CSS Codes

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

#cb46ba Text Font Color

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

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


#cb46ba Background Color

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

This div background color is #cb46ba


#cb46ba Border Color

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

This div border color is #cb46ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb46ba


Comments

No comments written yet.

Please login to write comment.