Color Hex Logo

#ca7efb Color Hex

#CA7EFB
(202,126,251)
0 Favorites   0 Comments

Color spaces of #ca7efb

RGB 202126251
HSL0.770.940.74
HSV276°50°98°
CMYK 0.200.500.00   0.02
XYZ49.230634.443395.3203
Yxy34.44330.27500.1924
Hunter Lab58.688447.0295-55.2155
CIE-Lab65.312951.0595-51.1303

#ca7efb color RGB value is (202,126,251).

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

The process color (four color CMYK) of #ca7efb color hex is 0.20, 0.50, 0.00, 0.02. Web safe color of #ca7efb is #cc66ff. Color #ca7efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01111110 11111011
Octal 312 176 373
Decimal 202 126 251
Hex CA 7E FB

RGB Percentages of Color #ca7efb

%34.89
%21.76
%43.35

CMYK Percentages of Color #ca7efb

%20
%50
%0
%2

Triadic Colors of #ca7efb

#ca7efb #fbca7e #7efbca

Analogous Colors of #ca7efb

#ca7efb #fb7eee #8c7efb

Monochromatic Colors of #ca7efb

#ca7efb

Complementary Color

#ca7efb #affb7e

#ca7efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca7efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca7efb Color CSS Codes

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

#ca7efb Text Font Color

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

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


#ca7efb Background Color

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

This div background color is #ca7efb


#ca7efb Border Color

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

This div border color is #ca7efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca7efb


Comments

No comments written yet.

Please login to write comment.