Color Hex Logo

#ca8bda Color Hex

#CA8BDA
(202,139,218)
0 Favorites   0 Comments

Color spaces of #ca8bda

RGB 202139218
HSL0.800.520.70
HSV288°36°85°
CMYK 0.070.360.00   0.15
XYZ46.244636.083770.8572
Yxy36.08370.30190.2356
Hunter Lab60.069732.2960-27.8887
CIE-Lab66.583837.2932-30.9298

#ca8bda color RGB value is (202,139,218).

#ca8bda hex color red value is 202, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ca8bda hue: 0.80 , saturation: 0.52 and the lightness value of ca8bda is 0.70.

The process color (four color CMYK) of #ca8bda color hex is 0.07, 0.36, 0.00, 0.15. Web safe color of #ca8bda is #cc99cc. Color #ca8bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 11011010
Octal 312 213 332
Decimal 202 139 218
Hex CA 8B DA

RGB Percentages of Color #ca8bda

%36.14
%24.87
%39.00

CMYK Percentages of Color #ca8bda

%7
%36
%0
%15

Triadic Colors of #ca8bda

#ca8bda #daca8b #8bdaca

Analogous Colors of #ca8bda

#ca8bda #da8bc3 #a38bda

Monochromatic Colors of #ca8bda

#ca8bda

Complementary Color

#ca8bda #9bda8b

#ca8bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bda Color CSS Codes

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

#ca8bda Text Font Color

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

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


#ca8bda Background Color

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

This div background color is #ca8bda


#ca8bda Border Color

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

This div border color is #ca8bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bda


Comments

No comments written yet.

Please login to write comment.