Color Hex Logo

#c474ce Color Hex

#C474CE
(196,116,206)
0 Favorites   0 Comments

Color spaces of #c474ce

RGB 196116206
HSL0.810.480.63
HSV293°44°81°
CMYK 0.050.440.00   0.19
XYZ40.150928.682861.8127
Yxy28.68280.30730.2195
Hunter Lab53.556340.0970-30.9409
CIE-Lab60.500745.4208-33.7057

#c474ce color RGB value is (196,116,206).

#c474ce hex color red value is 196, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c474ce hue: 0.81 , saturation: 0.48 and the lightness value of c474ce is 0.63.

The process color (four color CMYK) of #c474ce color hex is 0.05, 0.44, 0.00, 0.19. Web safe color of #c474ce is #cc66cc. Color #c474ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11001110
Octal 304 164 316
Decimal 196 116 206
Hex C4 74 CE

RGB Percentages of Color #c474ce

%37.84
%22.39
%39.77

CMYK Percentages of Color #c474ce

%5
%44
%0
%19

Triadic Colors of #c474ce

#c474ce #cec474 #74cec4

Analogous Colors of #c474ce

#c474ce #ce74ab #9774ce

Monochromatic Colors of #c474ce

#c474ce

Complementary Color

#c474ce #7ece74

#c474ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474ce Color CSS Codes

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

#c474ce Text Font Color

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

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


#c474ce Background Color

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

This div background color is #c474ce


#c474ce Border Color

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

This div border color is #c474ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474ce


Comments

No comments written yet.

Please login to write comment.