Color Hex Logo

#cb469d Color Hex

#CB469D
(203,70,157)
0 Favorites   0 Comments

Color spaces of #cb469d

RGB 20370157
HSL0.890.560.54
HSV321°66°80°
CMYK 0.000.660.23   0.20
XYZ32.904619.511133.9301
Yxy19.51110.38110.2260
Hunter Lab44.171455.6702-14.6235
CIE-Lab51.279961.0832-19.5935

#cb469d color RGB value is (203,70,157).

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

The process color (four color CMYK) of #cb469d color hex is 0.00, 0.66, 0.23, 0.20. Web safe color of #cb469d is #cc3399. Color #cb469d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 10011101
Octal 313 106 235
Decimal 203 70 157
Hex CB 46 9D

RGB Percentages of Color #cb469d

%47.21
%16.28
%36.51

CMYK Percentages of Color #cb469d

%0
%66
%23
%20

Triadic Colors of #cb469d

#cb469d #9dcb46 #469dcb

Analogous Colors of #cb469d

#cb469d #cb465a #b746cb

Monochromatic Colors of #cb469d

#cb469d

Complementary Color

#cb469d #46cb74

#cb469d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb469d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb469d Color CSS Codes

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

#cb469d Text Font Color

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

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


#cb469d Background Color

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

This div background color is #cb469d


#cb469d Border Color

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

This div border color is #cb469d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb469d


Comments

No comments written yet.

Please login to write comment.