Color Hex Logo

#cb6486 Color Hex

#CB6486
(203,100,134)
0 Favorites   0 Comments

Color spaces of #cb6486

RGB 203100134
HSL0.940.500.59
HSV340°51°80°
CMYK 0.000.510.34   0.20
XYZ33.488823.532125.3313
Yxy23.53210.40670.2857
Hunter Lab48.509938.33512.9964
CIE-Lab55.616244.45750.4695

#cb6486 color RGB value is (203,100,134).

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

The process color (four color CMYK) of #cb6486 color hex is 0.00, 0.51, 0.34, 0.20. Web safe color of #cb6486 is #cc6699. Color #cb6486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100100 10000110
Octal 313 144 206
Decimal 203 100 134
Hex CB 64 86

RGB Percentages of Color #cb6486

%46.45
%22.88
%30.66

CMYK Percentages of Color #cb6486

%0
%51
%34
%20

Triadic Colors of #cb6486

#cb6486 #86cb64 #6486cb

Analogous Colors of #cb6486

#cb6486 #cb7664 #cb64ba

Monochromatic Colors of #cb6486

#cb6486

Complementary Color

#cb6486 #64cba9

#cb6486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6486 Color CSS Codes

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

#cb6486 Text Font Color

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

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


#cb6486 Background Color

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

This div background color is #cb6486


#cb6486 Border Color

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

This div border color is #cb6486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6486


Comments

No comments written yet.

Please login to write comment.