Color Hex Logo

#ca58be Color Hex

#CA58BE
(202,88,190)
0 Favorites   0 Comments

Color spaces of #ca58be

RGB 20288190
HSL0.850.520.57
HSV306°56°79°
CMYK 0.000.560.06   0.21
XYZ37.141123.253751.2461
Yxy23.25370.33270.2083
Hunter Lab48.222153.0937-29.2526
CIE-Lab55.332758.0775-32.5842

#ca58be color RGB value is (202,88,190).

#ca58be hex color red value is 202, green value is 88 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ca58be hue: 0.85 , saturation: 0.52 and the lightness value of ca58be is 0.57.

The process color (four color CMYK) of #ca58be color hex is 0.00, 0.56, 0.06, 0.21. Web safe color of #ca58be is #cc66cc. Color #ca58be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01011000 10111110
Octal 312 130 276
Decimal 202 88 190
Hex CA 58 BE

RGB Percentages of Color #ca58be

%42.08
%18.33
%39.58

CMYK Percentages of Color #ca58be

%0
%56
%6
%21

Triadic Colors of #ca58be

#ca58be #beca58 #58beca

Analogous Colors of #ca58be

#ca58be #ca5885 #9d58ca

Monochromatic Colors of #ca58be

#ca58be

Complementary Color

#ca58be #58ca64

#ca58be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca58be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca58be Color CSS Codes

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

#ca58be Text Font Color

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

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


#ca58be Background Color

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

This div background color is #ca58be


#ca58be Border Color

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

This div border color is #ca58be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca58be


Comments

No comments written yet.

Please login to write comment.