Color Hex Logo

#ca92bd Color Hex

#CA92BD
(202,146,189)
0 Favorites   0 Comments

Color spaces of #ca92bd

RGB 202146189
HSL0.870.350.68
HSV314°28°79°
CMYK 0.000.280.06   0.21
XYZ43.821336.788452.9354
Yxy36.78840.32810.2755
Hunter Lab60.653422.8203-9.2880
CIE-Lab67.118027.9981-13.9557

#ca92bd color RGB value is (202,146,189).

#ca92bd hex color red value is 202, green value is 146 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ca92bd hue: 0.87 , saturation: 0.35 and the lightness value of ca92bd is 0.68.

The process color (four color CMYK) of #ca92bd color hex is 0.00, 0.28, 0.06, 0.21. Web safe color of #ca92bd is #cc99cc. Color #ca92bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 10111101
Octal 312 222 275
Decimal 202 146 189
Hex CA 92 BD

RGB Percentages of Color #ca92bd

%37.62
%27.19
%35.20

CMYK Percentages of Color #ca92bd

%0
%28
%6
%21

Triadic Colors of #ca92bd

#ca92bd #bdca92 #92bdca

Analogous Colors of #ca92bd

#ca92bd #ca92a1 #bb92ca

Monochromatic Colors of #ca92bd

#ca92bd

Complementary Color

#ca92bd #92ca9f

#ca92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca92bd Color CSS Codes

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

#ca92bd Text Font Color

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

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


#ca92bd Background Color

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

This div background color is #ca92bd


#ca92bd Border Color

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

This div border color is #ca92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca92bd


Comments

No comments written yet.

Please login to write comment.