Color Hex Logo

#ca43ae Color Hex

#CA43AE
(202,67,174)
0 Favorites   0 Comments

Color spaces of #ca43ae

RGB 20267174
HSL0.870.560.53
HSV312°67°79°
CMYK 0.000.670.14   0.21
XYZ34.004319.626942.0405
Yxy19.62690.35540.2051
Hunter Lab44.302359.4791-25.2515
CIE-Lab51.412764.3790-29.4062

#ca43ae color RGB value is (202,67,174).

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

The process color (four color CMYK) of #ca43ae color hex is 0.00, 0.67, 0.14, 0.21. Web safe color of #ca43ae is #cc3399. Color #ca43ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000011 10101110
Octal 312 103 256
Decimal 202 67 174
Hex CA 43 AE

RGB Percentages of Color #ca43ae

%45.60
%15.12
%39.28

CMYK Percentages of Color #ca43ae

%0
%67
%14
%21

Triadic Colors of #ca43ae

#ca43ae #aeca43 #43aeca

Analogous Colors of #ca43ae

#ca43ae #ca436b #a343ca

Monochromatic Colors of #ca43ae

#ca43ae

Complementary Color

#ca43ae #43ca5f

#ca43ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca43ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca43ae Color CSS Codes

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

#ca43ae Text Font Color

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

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


#ca43ae Background Color

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

This div background color is #ca43ae


#ca43ae Border Color

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

This div border color is #ca43ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca43ae


Comments

No comments written yet.

Please login to write comment.