Color Hex Logo

#ca8bef Color Hex

#CA8BEF
(202,139,239)
0 Favorites   0 Comments

Color spaces of #ca8bef

RGB 202139239
HSL0.770.760.74
HSV278°42°94°
CMYK 0.150.420.00   0.06
XYZ49.169737.253886.2605
Yxy37.25380.28470.2157
Hunter Lab61.035936.9844-41.0680
CIE-Lab67.467041.6090-41.1520

#ca8bef color RGB value is (202,139,239).

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

The process color (four color CMYK) of #ca8bef color hex is 0.15, 0.42, 0.00, 0.06. Web safe color of #ca8bef is #cc99ff. Color #ca8bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10001011 11101111
Octal 312 213 357
Decimal 202 139 239
Hex CA 8B EF

RGB Percentages of Color #ca8bef

%34.83
%23.97
%41.21

CMYK Percentages of Color #ca8bef

%15
%42
%0
%6

Triadic Colors of #ca8bef

#ca8bef #efca8b #8befca

Analogous Colors of #ca8bef

#ca8bef #ef8be2 #988bef

Monochromatic Colors of #ca8bef

#ca8bef

Complementary Color

#ca8bef #b0ef8b

#ca8bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca8bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca8bef Color CSS Codes

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

#ca8bef Text Font Color

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

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


#ca8bef Background Color

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

This div background color is #ca8bef


#ca8bef Border Color

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

This div border color is #ca8bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca8bef


Comments

No comments written yet.

Please login to write comment.