Color Hex Logo

#ca7bbb Color Hex

#CA7BBB
(202,123,187)
0 Favorites   0 Comments

Color spaces of #ca7bbb

RGB 202123187
HSL0.860.430.64
HSV311°39°79°
CMYK 0.000.390.07   0.21
XYZ40.409730.310350.7344
Yxy30.31030.33270.2496
Hunter Lab55.054834.6714-16.0989
CIE-Lab61.921040.1028-20.7054

#ca7bbb color RGB value is (202,123,187).

#ca7bbb hex color red value is 202, green value is 123 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ca7bbb hue: 0.86 , saturation: 0.43 and the lightness value of ca7bbb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111011 10111011
Octal 312 173 273
Decimal 202 123 187
Hex CA 7B BB

RGB Percentages of Color #ca7bbb

%39.45
%24.02
%36.52

CMYK Percentages of Color #ca7bbb

%0
%39
%7
%21

Triadic Colors of #ca7bbb

#ca7bbb #bbca7b #7bbbca

Analogous Colors of #ca7bbb

#ca7bbb #ca7b94 #b27bca

Monochromatic Colors of #ca7bbb

#ca7bbb

Complementary Color

#ca7bbb #7bca8a

#ca7bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7bbb Color CSS Codes

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

#ca7bbb Text Font Color

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

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


#ca7bbb Background Color

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

This div background color is #ca7bbb


#ca7bbb Border Color

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

This div border color is #ca7bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7bbb


Comments

No comments written yet.

Please login to write comment.