Color Hex Logo

#ca58ed Color Hex

#CA58ED
(202,88,237)
0 Favorites   0 Comments

Color spaces of #ca58ed

RGB 20288237
HSL0.790.810.64
HSV286°63°93°
CMYK 0.150.630.00   0.07
XYZ43.132925.650482.7984
Yxy25.65040.28460.1692
Hunter Lab50.646263.3888-61.4772
CIE-Lab57.703766.5435-55.4755

#ca58ed color RGB value is (202,88,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 11101101
Octal 312 130 355
Decimal 202 88 237
Hex CA 58 ED

RGB Percentages of Color #ca58ed

%38.33
%16.70
%44.97

CMYK Percentages of Color #ca58ed

%15
%63
%0
%7

Triadic Colors of #ca58ed

#ca58ed #edca58 #58edca

Analogous Colors of #ca58ed

#ca58ed #ed58c6 #8058ed

Monochromatic Colors of #ca58ed

#ca58ed

Complementary Color

#ca58ed #7bed58

#ca58ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca58ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca58ed Color CSS Codes

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

#ca58ed Text Font Color

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

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


#ca58ed Background Color

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

This div background color is #ca58ed


#ca58ed Border Color

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

This div border color is #ca58ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca58ed


Comments

No comments written yet.

Please login to write comment.