Color Hex Logo

#c74bcc Color Hex

#C74BCC
(199,75,204)
0 Favorites   0 Comments

Color spaces of #c74bcc

RGB 19975204
HSL0.830.560.55
HSV298°63°80°
CMYK 0.020.630.00   0.20
XYZ36.968321.533959.3348
Yxy21.53390.31370.1827
Hunter Lab46.404660.9941-43.3273
CIE-Lab53.528965.2846-43.4828

#c74bcc color RGB value is (199,75,204).

#c74bcc hex color red value is 199, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c74bcc hue: 0.83 , saturation: 0.56 and the lightness value of c74bcc is 0.55.

The process color (four color CMYK) of #c74bcc color hex is 0.02, 0.63, 0.00, 0.20. Web safe color of #c74bcc is #cc33cc. Color #c74bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001011 11001100
Octal 307 113 314
Decimal 199 75 204
Hex C7 4B CC

RGB Percentages of Color #c74bcc

%41.63
%15.69
%42.68

CMYK Percentages of Color #c74bcc

%2
%63
%0
%20

Triadic Colors of #c74bcc

#c74bcc #ccc74b #4bccc7

Analogous Colors of #c74bcc

#c74bcc #cc4b91 #874bcc

Monochromatic Colors of #c74bcc

#c74bcc

Complementary Color

#c74bcc #50cc4b

#c74bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74bcc Color CSS Codes

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

#c74bcc Text Font Color

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

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


#c74bcc Background Color

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

This div background color is #c74bcc


#c74bcc Border Color

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

This div border color is #c74bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74bcc


Comments

No comments written yet.

Please login to write comment.