Color Hex Logo

#ca75ba Color Hex

#CA75BA
(202,117,186)
0 Favorites   0 Comments

Color spaces of #ca75ba

RGB 202117186
HSL0.860.450.63
HSV311°42°79°
CMYK 0.000.420.08   0.21
XYZ39.581328.824349.9319
Yxy28.82430.33450.2436
Hunter Lab53.688337.6434-17.5599
CIE-Lab60.626343.0969-22.1159

#ca75ba color RGB value is (202,117,186).

#ca75ba hex color red value is 202, green value is 117 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ca75ba hue: 0.86 , saturation: 0.45 and the lightness value of ca75ba is 0.63.

The process color (four color CMYK) of #ca75ba color hex is 0.00, 0.42, 0.08, 0.21. Web safe color of #ca75ba is #cc66cc. Color #ca75ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110101 10111010
Octal 312 165 272
Decimal 202 117 186
Hex CA 75 BA

RGB Percentages of Color #ca75ba

%40.00
%23.17
%36.83

CMYK Percentages of Color #ca75ba

%0
%42
%8
%21

Triadic Colors of #ca75ba

#ca75ba #baca75 #75baca

Analogous Colors of #ca75ba

#ca75ba #ca7590 #b075ca

Monochromatic Colors of #ca75ba

#ca75ba

Complementary Color

#ca75ba #75ca85

#ca75ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca75ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca75ba Color CSS Codes

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

#ca75ba Text Font Color

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

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


#ca75ba Background Color

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

This div background color is #ca75ba


#ca75ba Border Color

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

This div border color is #ca75ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca75ba


Comments

No comments written yet.

Please login to write comment.