Color Hex Logo

#d740c8 Color Hex

#D740C8
(215,64,200)
0 Favorites   0 Comments

Color spaces of #d740c8

RGB 21564200
HSL0.850.650.55
HSV306°70°84°
CMYK 0.000.700.07   0.16
XYZ40.283122.284056.8217
Yxy22.28400.33740.1867
Hunter Lab47.205969.7123-38.3231
CIE-Lab54.327072.4425-39.7670

#d740c8 color RGB value is (215,64,200).

#d740c8 hex color red value is 215, green value is 64 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #d740c8 hue: 0.85 , saturation: 0.65 and the lightness value of d740c8 is 0.55.

The process color (four color CMYK) of #d740c8 color hex is 0.00, 0.70, 0.07, 0.16. Web safe color of #d740c8 is #cc33cc. Color #d740c8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 11001000
Octal 327 100 310
Decimal 215 64 200
Hex D7 40 C8

RGB Percentages of Color #d740c8

%44.89
%13.36
%41.75

CMYK Percentages of Color #d740c8

%0
%70
%7
%16

Triadic Colors of #d740c8

#d740c8 #c8d740 #40c8d7

Analogous Colors of #d740c8

#d740c8 #d7407d #9b40d7

Monochromatic Colors of #d740c8

#d740c8

Complementary Color

#d740c8 #40d74f

#d740c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d740c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d740c8 Color CSS Codes

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

#d740c8 Text Font Color

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

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


#d740c8 Background Color

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

This div background color is #d740c8


#d740c8 Border Color

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

This div border color is #d740c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d740c8


Comments

No comments written yet.

Please login to write comment.