Color Hex Logo

#ca5ecf Color Hex

#CA5ECF
(202,94,207)
0 Favorites   0 Comments

Color spaces of #ca5ecf

RGB 20294207
HSL0.830.540.59
HSV297°55°81°
CMYK 0.020.550.00   0.19
XYZ39.622325.067061.7816
Yxy25.06700.31330.1982
Hunter Lab50.067053.6453-38.1158
CIE-Lab57.140658.2499-39.4710

#ca5ecf color RGB value is (202,94,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011110 11001111
Octal 312 136 317
Decimal 202 94 207
Hex CA 5E CF

RGB Percentages of Color #ca5ecf

%40.16
%18.69
%41.15

CMYK Percentages of Color #ca5ecf

%2
%55
%0
%19

Triadic Colors of #ca5ecf

#ca5ecf #cfca5e #5ecfca

Analogous Colors of #ca5ecf

#ca5ecf #cf5e9c #925ecf

Monochromatic Colors of #ca5ecf

#ca5ecf

Complementary Color

#ca5ecf #63cf5e

#ca5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5ecf Color CSS Codes

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

#ca5ecf Text Font Color

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

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


#ca5ecf Background Color

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

This div background color is #ca5ecf


#ca5ecf Border Color

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

This div border color is #ca5ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5ecf


Comments

No comments written yet.

Please login to write comment.