Color Hex Logo

#ca477b Color Hex

#CA477B
(202,71,123)
0 Favorites   0 Comments

Color spaces of #ca477b

RGB 20271123
HSL0.930.550.54
HSV336°65°79°
CMYK 0.000.650.39   0.21
XYZ30.185518.493120.7175
Yxy18.49310.43500.2665
Hunter Lab43.003650.03811.5389
CIE-Lab50.088856.2671-1.0868

#ca477b color RGB value is (202,71,123).

#ca477b hex color red value is 202, green value is 71 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ca477b hue: 0.93 , saturation: 0.55 and the lightness value of ca477b is 0.54.

The process color (four color CMYK) of #ca477b color hex is 0.00, 0.65, 0.39, 0.21. Web safe color of #ca477b is #cc3366. Color #ca477b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 01111011
Octal 312 107 173
Decimal 202 71 123
Hex CA 47 7B

RGB Percentages of Color #ca477b

%51.01
%17.93
%31.06

CMYK Percentages of Color #ca477b

%0
%65
%39
%21

Triadic Colors of #ca477b

#ca477b #7bca47 #477bca

Analogous Colors of #ca477b

#ca477b #ca5547 #ca47bd

Monochromatic Colors of #ca477b

#ca477b

Complementary Color

#ca477b #47ca96

#ca477b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca477b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca477b Color CSS Codes

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

#ca477b Text Font Color

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

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


#ca477b Background Color

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

This div background color is #ca477b


#ca477b Border Color

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

This div border color is #ca477b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,71,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca477b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca477b;
  -webkit-box-shadow: 1px 1px 3px 2px #ca477b;
  box-shadow:         1px 1px 3px 2px #ca477b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,71,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca477b


Comments

No comments written yet.

Please login to write comment.