Color Hex Logo

#ca54bb Color Hex

#CA54BB
(202,84,187)
0 Favorites   0 Comments

Color spaces of #ca54bb

RGB 20284187
HSL0.850.530.56
HSV308°58°79°
CMYK 0.000.580.07   0.21
XYZ36.497122.485149.4302
Yxy22.48510.33670.2074
Hunter Lab47.418554.4058-28.6125
CIE-Lab54.538059.3780-32.0947

#ca54bb color RGB value is (202,84,187).

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

The process color (four color CMYK) of #ca54bb color hex is 0.00, 0.58, 0.07, 0.21. Web safe color of #ca54bb is #cc66cc. Color #ca54bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010100 10111011
Octal 312 124 273
Decimal 202 84 187
Hex CA 54 BB

RGB Percentages of Color #ca54bb

%42.71
%17.76
%39.53

CMYK Percentages of Color #ca54bb

%0
%58
%7
%21

Triadic Colors of #ca54bb

#ca54bb #bbca54 #54bbca

Analogous Colors of #ca54bb

#ca54bb #ca5480 #9e54ca

Monochromatic Colors of #ca54bb

#ca54bb

Complementary Color

#ca54bb #54ca63

#ca54bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca54bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca54bb Color CSS Codes

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

#ca54bb Text Font Color

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

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


#ca54bb Background Color

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

This div background color is #ca54bb


#ca54bb Border Color

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

This div border color is #ca54bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca54bb


Comments

No comments written yet.

Please login to write comment.