Color Hex Logo

#ca47b9 Color Hex

#CA47B9
(202,71,185)
0 Favorites   0 Comments

Color spaces of #ca47b9

RGB 20271185
HSL0.850.550.54
HSV308°65°79°
CMYK 0.000.650.08   0.21
XYZ35.367320.565848.0045
Yxy20.56580.34030.1979
Hunter Lab45.349559.8473-31.0164
CIE-Lab52.471064.4981-34.1662

#ca47b9 color RGB value is (202,71,185).

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

The process color (four color CMYK) of #ca47b9 color hex is 0.00, 0.65, 0.08, 0.21. Web safe color of #ca47b9 is #cc33cc. Color #ca47b9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 10111001
Octal 312 107 271
Decimal 202 71 185
Hex CA 47 B9

RGB Percentages of Color #ca47b9

%44.10
%15.50
%40.39

CMYK Percentages of Color #ca47b9

%0
%65
%8
%21

Triadic Colors of #ca47b9

#ca47b9 #b9ca47 #47b9ca

Analogous Colors of #ca47b9

#ca47b9 #ca4778 #9a47ca

Monochromatic Colors of #ca47b9

#ca47b9

Complementary Color

#ca47b9 #47ca58

#ca47b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca47b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca47b9 Color CSS Codes

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

#ca47b9 Text Font Color

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

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


#ca47b9 Background Color

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

This div background color is #ca47b9


#ca47b9 Border Color

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

This div border color is #ca47b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca47b9


Comments

No comments written yet.

Please login to write comment.