Color Hex Logo

#c84ace Color Hex

#C84ACE
(200,74,206)
0 Favorites   0 Comments

Color spaces of #c84ace

RGB 20074206
HSL0.830.570.55
HSV297°64°81°
CMYK 0.030.640.00   0.19
XYZ37.408821.633260.5965
Yxy21.63320.31270.1808
Hunter Lab46.511562.1709-44.6866
CIE-Lab53.635666.2686-44.4486

#c84ace color RGB value is (200,74,206).

#c84ace hex color red value is 200, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c84ace hue: 0.83 , saturation: 0.57 and the lightness value of c84ace is 0.55.

The process color (four color CMYK) of #c84ace color hex is 0.03, 0.64, 0.00, 0.19. Web safe color of #c84ace is #cc33cc. Color #c84ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001010 11001110
Octal 310 112 316
Decimal 200 74 206
Hex C8 4A CE

RGB Percentages of Color #c84ace

%41.67
%15.42
%42.92

CMYK Percentages of Color #c84ace

%3
%64
%0
%19

Triadic Colors of #c84ace

#c84ace #cec84a #4acec8

Analogous Colors of #c84ace

#c84ace #ce4a92 #864ace

Monochromatic Colors of #c84ace

#c84ace

Complementary Color

#c84ace #50ce4a

#c84ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84ace Color CSS Codes

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

#c84ace Text Font Color

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

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


#c84ace Background Color

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

This div background color is #c84ace


#c84ace Border Color

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

This div border color is #c84ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,74,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84ace


Comments

No comments written yet.

Please login to write comment.