Color Hex Logo

#ca427b Color Hex

#CA427B
(202,66,123)
0 Favorites   0 Comments

Color spaces of #ca427b

RGB 20266123
HSL0.930.560.53
HSV335°67°79°
CMYK 0.000.670.39   0.21
XYZ29.880517.883020.6158
Yxy17.88300.43700.2615
Hunter Lab42.288352.12190.6976
CIE-Lab49.353958.2820-2.1653

#ca427b color RGB value is (202,66,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 01111011
Octal 312 102 173
Decimal 202 66 123
Hex CA 42 7B

RGB Percentages of Color #ca427b

%51.66
%16.88
%31.46

CMYK Percentages of Color #ca427b

%0
%67
%39
%21

Triadic Colors of #ca427b

#ca427b #7bca42 #427bca

Analogous Colors of #ca427b

#ca427b #ca4d42 #ca42bf

Monochromatic Colors of #ca427b

#ca427b

Complementary Color

#ca427b #42ca91

#ca427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca427b Color CSS Codes

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

#ca427b Text Font Color

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

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


#ca427b Background Color

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

This div background color is #ca427b


#ca427b Border Color

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

This div border color is #ca427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca427b


Comments

No comments written yet.

Please login to write comment.