Color Hex Logo

#ca5094 Color Hex

#CA5094
(202,80,148)
0 Favorites   0 Comments

Color spaces of #ca5094

RGB 20280148
HSL0.910.540.55
HSV327°60°79°
CMYK 0.000.600.27   0.21
XYZ32.571120.432030.2441
Yxy20.43200.39130.2454
Hunter Lab45.201849.5189-8.0292
CIE-Lab52.322255.4004-12.6971

#ca5094 color RGB value is (202,80,148).

#ca5094 hex color red value is 202, green value is 80 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ca5094 hue: 0.91 , saturation: 0.54 and the lightness value of ca5094 is 0.55.

The process color (four color CMYK) of #ca5094 color hex is 0.00, 0.60, 0.27, 0.21. Web safe color of #ca5094 is #cc6699. Color #ca5094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01010000 10010100
Octal 312 120 224
Decimal 202 80 148
Hex CA 50 94

RGB Percentages of Color #ca5094

%46.98
%18.60
%34.42

CMYK Percentages of Color #ca5094

%0
%60
%27
%21

Triadic Colors of #ca5094

#ca5094 #94ca50 #5094ca

Analogous Colors of #ca5094

#ca5094 #ca5057 #c350ca

Monochromatic Colors of #ca5094

#ca5094

Complementary Color

#ca5094 #50ca86

#ca5094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca5094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca5094 Color CSS Codes

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

#ca5094 Text Font Color

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

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


#ca5094 Background Color

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

This div background color is #ca5094


#ca5094 Border Color

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

This div border color is #ca5094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca5094


Comments

No comments written yet.

Please login to write comment.