Color Hex Logo

#ca93bc Color Hex

#CA93BC
(202,147,188)
0 Favorites   0 Comments

Color spaces of #ca93bc

RGB 202147188
HSL0.880.340.68
HSV315°27°79°
CMYK 0.000.270.07   0.21
XYZ43.867937.054852.4172
Yxy37.05480.32900.2779
Hunter Lab60.872722.1089-8.4435
CIE-Lab67.318127.2723-13.0958

#ca93bc color RGB value is (202,147,188).

#ca93bc hex color red value is 202, green value is 147 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ca93bc hue: 0.88 , saturation: 0.34 and the lightness value of ca93bc is 0.68.

The process color (four color CMYK) of #ca93bc color hex is 0.00, 0.27, 0.07, 0.21. Web safe color of #ca93bc is #cc99cc. Color #ca93bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010011 10111100
Octal 312 223 274
Decimal 202 147 188
Hex CA 93 BC

RGB Percentages of Color #ca93bc

%37.62
%27.37
%35.01

CMYK Percentages of Color #ca93bc

%0
%27
%7
%21

Triadic Colors of #ca93bc

#ca93bc #bcca93 #93bcca

Analogous Colors of #ca93bc

#ca93bc #ca93a1 #bd93ca

Monochromatic Colors of #ca93bc

#ca93bc

Complementary Color

#ca93bc #93caa1

#ca93bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca93bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca93bc Color CSS Codes

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

#ca93bc Text Font Color

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

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


#ca93bc Background Color

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

This div background color is #ca93bc


#ca93bc Border Color

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

This div border color is #ca93bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca93bc


Comments

No comments written yet.

Please login to write comment.