Color Hex Logo

#c04abd Color Hex

#C04ABD
(192,74,189)
0 Favorites   0 Comments

Color spaces of #c04abd

RGB 19274189
HSL0.840.480.52
HSV302°61°75°
CMYK 0.000.610.02   0.25
XYZ33.372319.778150.2028
Yxy19.77810.32290.1914
Hunter Lab44.472656.1197-35.7986
CIE-Lab51.585461.4219-37.9820

#c04abd color RGB value is (192,74,189).

#c04abd hex color red value is 192, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c04abd hue: 0.84 , saturation: 0.48 and the lightness value of c04abd is 0.52.

The process color (four color CMYK) of #c04abd color hex is 0.00, 0.61, 0.02, 0.25. Web safe color of #c04abd is #cc33cc. Color #c04abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001010 10111101
Octal 300 112 275
Decimal 192 74 189
Hex C0 4A BD

RGB Percentages of Color #c04abd

%42.20
%16.26
%41.54

CMYK Percentages of Color #c04abd

%0
%61
%2
%25

Triadic Colors of #c04abd

#c04abd #bdc04a #4abdc0

Analogous Colors of #c04abd

#c04abd #c04a82 #884ac0

Monochromatic Colors of #c04abd

#c04abd

Complementary Color

#c04abd #4ac04d

#c04abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04abd Color CSS Codes

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

#c04abd Text Font Color

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

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


#c04abd Background Color

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

This div background color is #c04abd


#c04abd Border Color

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

This div border color is #c04abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,74,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 #c04abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04abd


Comments

No comments written yet.

Please login to write comment.