Color Hex Logo

#ca47bb Color Hex

#CA47BB
(202,71,187)
0 Favorites   0 Comments

Color spaces of #ca47bb

RGB 20271187
HSL0.850.550.54
HSV307°65°79°
CMYK 0.000.650.07   0.21
XYZ35.580020.650949.1245
Yxy20.65090.33770.1960
Hunter Lab45.443360.2316-32.2826
CIE-Lab52.565364.8111-35.1783

#ca47bb color RGB value is (202,71,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000111 10111011
Octal 312 107 273
Decimal 202 71 187
Hex CA 47 BB

RGB Percentages of Color #ca47bb

%43.91
%15.43
%40.65

CMYK Percentages of Color #ca47bb

%0
%65
%7
%21

Triadic Colors of #ca47bb

#ca47bb #bbca47 #47bbca

Analogous Colors of #ca47bb

#ca47bb #ca477a #9847ca

Monochromatic Colors of #ca47bb

#ca47bb

Complementary Color

#ca47bb #47ca56

#ca47bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca47bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca47bb Color CSS Codes

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

#ca47bb Text Font Color

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

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


#ca47bb Background Color

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

This div background color is #ca47bb


#ca47bb Border Color

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

This div border color is #ca47bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca47bb


Comments

No comments written yet.

Please login to write comment.