Color Hex Logo

#ca5bcf Color Hex

#CA5BCF
(202,91,207)
0 Favorites   0 Comments

Color spaces of #ca5bcf

RGB 20291207
HSL0.830.550.58
HSV297°56°81°
CMYK 0.020.560.00   0.19
XYZ39.360724.543761.6944
Yxy24.54370.31340.1954
Hunter Lab49.541655.1201-39.1550
CIE-Lab56.628159.6353-40.2768

#ca5bcf color RGB value is (202,91,207).

#ca5bcf hex color red value is 202, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ca5bcf hue: 0.83 , saturation: 0.55 and the lightness value of ca5bcf is 0.58.

The process color (four color CMYK) of #ca5bcf color hex is 0.02, 0.56, 0.00, 0.19. Web safe color of #ca5bcf is #cc66cc. Color #ca5bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011011 11001111
Octal 312 133 317
Decimal 202 91 207
Hex CA 5B CF

RGB Percentages of Color #ca5bcf

%40.40
%18.20
%41.40

CMYK Percentages of Color #ca5bcf

%2
%56
%0
%19

Triadic Colors of #ca5bcf

#ca5bcf #cfca5b #5bcfca

Analogous Colors of #ca5bcf

#ca5bcf #cf5b9a #905bcf

Monochromatic Colors of #ca5bcf

#ca5bcf

Complementary Color

#ca5bcf #60cf5b

#ca5bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5bcf Color CSS Codes

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

#ca5bcf Text Font Color

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

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


#ca5bcf Background Color

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

This div background color is #ca5bcf


#ca5bcf Border Color

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

This div border color is #ca5bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5bcf


Comments

No comments written yet.

Please login to write comment.