Color Hex Logo

#c84abd Color Hex

#C84ABD
(200,74,189)
0 Favorites   0 Comments

Color spaces of #c84abd

RGB 20074189
HSL0.850.530.54
HSV305°63°78°
CMYK 0.000.630.05   0.22
XYZ35.453520.851050.3002
Yxy20.85100.33260.1956
Hunter Lab45.662958.6806-33.3472
CIE-Lab52.786063.4320-36.0118

#c84abd color RGB value is (200,74,189).

#c84abd hex color red value is 200, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c84abd hue: 0.85 , saturation: 0.53 and the lightness value of c84abd is 0.54.

The process color (four color CMYK) of #c84abd color hex is 0.00, 0.63, 0.05, 0.22. Web safe color of #c84abd is #cc33cc. Color #c84abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 10111101
Octal 310 112 275
Decimal 200 74 189
Hex C8 4A BD

RGB Percentages of Color #c84abd

%43.20
%15.98
%40.82

CMYK Percentages of Color #c84abd

%0
%63
%5
%22

Triadic Colors of #c84abd

#c84abd #bdc84a #4abdc8

Analogous Colors of #c84abd

#c84abd #c84a7e #944ac8

Monochromatic Colors of #c84abd

#c84abd

Complementary Color

#c84abd #4ac855

#c84abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84abd Color CSS Codes

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

#c84abd Text Font Color

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

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


#c84abd Background Color

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

This div background color is #c84abd


#c84abd Border Color

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

This div border color is #c84abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84abd


Comments

No comments written yet.

Please login to write comment.