Color Hex Logo

#c74cdd Color Hex

#C74CDD
(199,76,221)
0 Favorites   0 Comments

Color spaces of #c74cdd

RGB 19976221
HSL0.810.680.58
HSV291°66°87°
CMYK 0.100.660.00   0.13
XYZ39.188822.531570.6901
Yxy22.53150.29600.1702
Hunter Lab47.467464.3008-55.0697
CIE-Lab54.586567.8922-51.4786

#c74cdd color RGB value is (199,76,221).

#c74cdd hex color red value is 199, green value is 76 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c74cdd hue: 0.81 , saturation: 0.68 and the lightness value of c74cdd is 0.58.

The process color (four color CMYK) of #c74cdd color hex is 0.10, 0.66, 0.00, 0.13. Web safe color of #c74cdd is #cc33cc. Color #c74cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 11011101
Octal 307 114 335
Decimal 199 76 221
Hex C7 4C DD

RGB Percentages of Color #c74cdd

%40.12
%15.32
%44.56

CMYK Percentages of Color #c74cdd

%10
%66
%0
%13

Triadic Colors of #c74cdd

#c74cdd #ddc74c #4cddc7

Analogous Colors of #c74cdd

#c74cdd #dd4cab #7f4cdd

Monochromatic Colors of #c74cdd

#c74cdd

Complementary Color

#c74cdd #62dd4c

#c74cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74cdd Color CSS Codes

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

#c74cdd Text Font Color

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

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


#c74cdd Background Color

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

This div background color is #c74cdd


#c74cdd Border Color

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

This div border color is #c74cdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,76,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c74cdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c74cdd;
  -webkit-box-shadow: 1px 1px 3px 2px #c74cdd;
  box-shadow:         1px 1px 3px 2px #c74cdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,76,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74cdd


Comments

No comments written yet.

Please login to write comment.