Color Hex Logo

#ca92ee Color Hex

#CA92EE
(202,146,238)
0 Favorites   0 Comments

Color spaces of #ca92ee

RGB 202146238
HSL0.770.730.75
HSV277°39°93°
CMYK 0.150.390.00   0.07
XYZ50.068639.287485.8332
Yxy39.28740.28580.2243
Hunter Lab62.679732.8966-37.3157
CIE-Lab68.958937.6095-38.2736

#ca92ee color RGB value is (202,146,238).

#ca92ee hex color red value is 202, green value is 146 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ca92ee hue: 0.77 , saturation: 0.73 and the lightness value of ca92ee is 0.75.

The process color (four color CMYK) of #ca92ee color hex is 0.15, 0.39, 0.00, 0.07. Web safe color of #ca92ee is #cc99ff. Color #ca92ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010010 11101110
Octal 312 222 356
Decimal 202 146 238
Hex CA 92 EE

RGB Percentages of Color #ca92ee

%34.47
%24.91
%40.61

CMYK Percentages of Color #ca92ee

%15
%39
%0
%7

Triadic Colors of #ca92ee

#ca92ee #eeca92 #92eeca

Analogous Colors of #ca92ee

#ca92ee #ee92e4 #9c92ee

Monochromatic Colors of #ca92ee

#ca92ee

Complementary Color

#ca92ee #b6ee92

#ca92ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca92ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca92ee Color CSS Codes

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

#ca92ee Text Font Color

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

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


#ca92ee Background Color

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

This div background color is #ca92ee


#ca92ee Border Color

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

This div border color is #ca92ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca92ee


Comments

No comments written yet.

Please login to write comment.