Color Hex Logo

#ca2bef Color Hex

#CA2BEF
(202,43,239)
0 Favorites   0 Comments

Color spaces of #ca2bef

RGB 20243239
HSL0.800.860.55
HSV289°82°94°
CMYK 0.150.820.00   0.06
XYZ40.801020.516383.4709
Yxy20.51630.28180.1417
Hunter Lab45.294981.5241-77.5550
CIE-Lab52.416082.2824-65.0852

#ca2bef color RGB value is (202,43,239).

#ca2bef hex color red value is 202, green value is 43 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ca2bef hue: 0.80 , saturation: 0.86 and the lightness value of ca2bef is 0.55.

The process color (four color CMYK) of #ca2bef color hex is 0.15, 0.82, 0.00, 0.06. Web safe color of #ca2bef is #cc33ff. Color #ca2bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101011 11101111
Octal 312 53 357
Decimal 202 43 239
Hex CA 2B EF

RGB Percentages of Color #ca2bef

%41.74
%8.88
%49.38

CMYK Percentages of Color #ca2bef

%15
%82
%0
%6

Triadic Colors of #ca2bef

#ca2bef #efca2b #2befca

Analogous Colors of #ca2bef

#ca2bef #ef2bb2 #682bef

Monochromatic Colors of #ca2bef

#ca2bef

Complementary Color

#ca2bef #50ef2b

#ca2bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca2bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca2bef Color CSS Codes

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

#ca2bef Text Font Color

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

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


#ca2bef Background Color

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

This div background color is #ca2bef


#ca2bef Border Color

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

This div border color is #ca2bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca2bef


Comments

No comments written yet.

Please login to write comment.