Color Hex Logo

#d63398 Color Hex

#D63398
(214,51,152)
0 Favorites   0 Comments

Color spaces of #d63398

RGB 21451152
HSL0.900.670.52
HSV323°76°84°
CMYK 0.000.760.29   0.16
XYZ34.582918.930831.5371
Yxy18.93080.40660.2226
Hunter Lab43.509565.7363-12.5186
CIE-Lab50.606169.8575-17.4895

#d63398 color RGB value is (214,51,152).

#d63398 hex color red value is 214, green value is 51 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #d63398 hue: 0.90 , saturation: 0.67 and the lightness value of d63398 is 0.52.

The process color (four color CMYK) of #d63398 color hex is 0.00, 0.76, 0.29, 0.16. Web safe color of #d63398 is #cc3399. Color #d63398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00110011 10011000
Octal 326 63 230
Decimal 214 51 152
Hex D6 33 98

RGB Percentages of Color #d63398

%51.32
%12.23
%36.45

CMYK Percentages of Color #d63398

%0
%76
%29
%16

Triadic Colors of #d63398

#d63398 #98d633 #3398d6

Analogous Colors of #d63398

#d63398 #d63347 #c333d6

Monochromatic Colors of #d63398

#d63398

Complementary Color

#d63398 #33d671

#d63398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d63398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d63398 Color CSS Codes

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

#d63398 Text Font Color

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

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


#d63398 Background Color

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

This div background color is #d63398


#d63398 Border Color

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

This div border color is #d63398


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,51,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d63398; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d63398;
  -webkit-box-shadow: 1px 1px 3px 2px #d63398;
  box-shadow:         1px 1px 3px 2px #d63398; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,51,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d63398


Comments

No comments written yet.

Please login to write comment.