Color Hex Logo

#ca5afb Color Hex

#CA5AFB
(202,90,251)
0 Favorites   0 Comments

Color spaces of #ca5afb

RGB 20290251
HSL0.780.950.67
HSV282°64°98°
CMYK 0.200.640.00   0.02
XYZ45.425926.833994.0520
Yxy26.83390.27310.1613
Hunter Lab51.801465.8783-71.3874
CIE-Lab58.820368.4223-61.4722

#ca5afb color RGB value is (202,90,251).

#ca5afb hex color red value is 202, green value is 90 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ca5afb hue: 0.78 , saturation: 0.95 and the lightness value of ca5afb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011010 11111011
Octal 312 132 373
Decimal 202 90 251
Hex CA 5A FB

RGB Percentages of Color #ca5afb

%37.20
%16.57
%46.22

CMYK Percentages of Color #ca5afb

%20
%64
%0
%2

Triadic Colors of #ca5afb

#ca5afb #fbca5a #5afbca

Analogous Colors of #ca5afb

#ca5afb #fb5adc #7a5afb

Monochromatic Colors of #ca5afb

#ca5afb

Complementary Color

#ca5afb #8bfb5a

#ca5afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5afb Color CSS Codes

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

#ca5afb Text Font Color

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

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


#ca5afb Background Color

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

This div background color is #ca5afb


#ca5afb Border Color

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

This div border color is #ca5afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5afb


Comments

No comments written yet.

Please login to write comment.