Color Hex Logo

#ca8bed Color Hex

#CA8BED
(202,139,237)
0 Favorites   0 Comments

Color spaces of #ca8bed

RGB 202139237
HSL0.770.730.74
HSV279°41°93°
CMYK 0.150.410.00   0.07
XYZ48.875837.136284.7127
Yxy37.13620.28630.2175
Hunter Lab60.939536.5198-39.7621
CIE-Lab67.379141.1867-40.1900

#ca8bed color RGB value is (202,139,237).

#ca8bed hex color red value is 202, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca8bed hue: 0.77 , saturation: 0.73 and the lightness value of ca8bed is 0.74.

The process color (four color CMYK) of #ca8bed color hex is 0.15, 0.41, 0.00, 0.07. Web safe color of #ca8bed is #cc99ff. Color #ca8bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 11101101
Octal 312 213 355
Decimal 202 139 237
Hex CA 8B ED

RGB Percentages of Color #ca8bed

%34.95
%24.05
%41.00

CMYK Percentages of Color #ca8bed

%15
%41
%0
%7

Triadic Colors of #ca8bed

#ca8bed #edca8b #8bedca

Analogous Colors of #ca8bed

#ca8bed #ed8bdf #998bed

Monochromatic Colors of #ca8bed

#ca8bed

Complementary Color

#ca8bed #aeed8b

#ca8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bed Color CSS Codes

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

#ca8bed Text Font Color

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

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


#ca8bed Background Color

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

This div background color is #ca8bed


#ca8bed Border Color

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

This div border color is #ca8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bed


Comments

No comments written yet.

Please login to write comment.