Color Hex Logo

#d148cb Color Hex

#D148CB
(209,72,203)
0 Favorites   0 Comments

Color spaces of #d148cb

RGB 20972203
HSL0.840.600.55
HSV303°66°82°
CMYK 0.000.660.03   0.18
XYZ39.391422.501858.7670
Yxy22.50180.32650.1865
Hunter Lab47.436165.2151-40.2472
CIE-Lab54.555468.6661-41.1902

#d148cb color RGB value is (209,72,203).

#d148cb hex color red value is 209, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d148cb hue: 0.84 , saturation: 0.60 and the lightness value of d148cb is 0.55.

The process color (four color CMYK) of #d148cb color hex is 0.00, 0.66, 0.03, 0.18. Web safe color of #d148cb is #cc33cc. Color #d148cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001000 11001011
Octal 321 110 313
Decimal 209 72 203
Hex D1 48 CB

RGB Percentages of Color #d148cb

%43.18
%14.88
%41.94

CMYK Percentages of Color #d148cb

%0
%66
%3
%18

Triadic Colors of #d148cb

#d148cb #cbd148 #48cbd1

Analogous Colors of #d148cb

#d148cb #d14887 #9348d1

Monochromatic Colors of #d148cb

#d148cb

Complementary Color

#d148cb #48d14e

#d148cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d148cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d148cb Color CSS Codes

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

#d148cb Text Font Color

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

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


#d148cb Background Color

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

This div background color is #d148cb


#d148cb Border Color

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

This div border color is #d148cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,72,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d148cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d148cb;
  -webkit-box-shadow: 1px 1px 3px 2px #d148cb;
  box-shadow:         1px 1px 3px 2px #d148cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,72,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d148cb


Comments

No comments written yet.

Please login to write comment.