Color Hex Logo

#d74bcc Color Hex

#D74BCC
(215,75,204)
0 Favorites   0 Comments

Color spaces of #d74bcc

RGB 21575204
HSL0.850.640.57
HSV305°65°84°
CMYK 0.000.650.05   0.16
XYZ41.439523.838959.5440
Yxy23.83890.33200.1910
Hunter Lab48.825166.0550-38.1288
CIE-Lab55.926169.1099-39.5415

#d74bcc color RGB value is (215,75,204).

#d74bcc hex color red value is 215, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d74bcc hue: 0.85 , saturation: 0.64 and the lightness value of d74bcc is 0.57.

The process color (four color CMYK) of #d74bcc color hex is 0.00, 0.65, 0.05, 0.16. Web safe color of #d74bcc is #cc33cc. Color #d74bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001011 11001100
Octal 327 113 314
Decimal 215 75 204
Hex D7 4B CC

RGB Percentages of Color #d74bcc

%43.52
%15.18
%41.30

CMYK Percentages of Color #d74bcc

%0
%65
%5
%16

Triadic Colors of #d74bcc

#d74bcc #ccd74b #4bccd7

Analogous Colors of #d74bcc

#d74bcc #d74b86 #9c4bd7

Monochromatic Colors of #d74bcc

#d74bcc

Complementary Color

#d74bcc #4bd756

#d74bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d74bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d74bcc Color CSS Codes

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

#d74bcc Text Font Color

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

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


#d74bcc Background Color

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

This div background color is #d74bcc


#d74bcc Border Color

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

This div border color is #d74bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d74bcc


Comments

No comments written yet.

Please login to write comment.