Color Hex Logo

#ca5fed Color Hex

#CA5FED
(202,95,237)
0 Favorites   0 Comments

Color spaces of #ca5fed

RGB 20295237
HSL0.790.800.65
HSV285°60°93°
CMYK 0.150.600.00   0.07
XYZ43.735426.855482.9993
Yxy26.85540.28480.1749
Hunter Lab51.822259.9564-58.6843
CIE-Lab58.840263.4254-53.6635

#ca5fed color RGB value is (202,95,237).

#ca5fed hex color red value is 202, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ca5fed hue: 0.79 , saturation: 0.80 and the lightness value of ca5fed is 0.65.

The process color (four color CMYK) of #ca5fed color hex is 0.15, 0.60, 0.00, 0.07. Web safe color of #ca5fed is #cc66ff. Color #ca5fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011111 11101101
Octal 312 137 355
Decimal 202 95 237
Hex CA 5F ED

RGB Percentages of Color #ca5fed

%37.83
%17.79
%44.38

CMYK Percentages of Color #ca5fed

%15
%60
%0
%7

Triadic Colors of #ca5fed

#ca5fed #edca5f #5fedca

Analogous Colors of #ca5fed

#ca5fed #ed5fc9 #835fed

Monochromatic Colors of #ca5fed

#ca5fed

Complementary Color

#ca5fed #82ed5f

#ca5fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5fed Color CSS Codes

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

#ca5fed Text Font Color

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

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


#ca5fed Background Color

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

This div background color is #ca5fed


#ca5fed Border Color

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

This div border color is #ca5fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5fed


Comments

No comments written yet.

Please login to write comment.