Color Hex Logo

#d538cb Color Hex

#D538CB
(213,56,203)
0 Favorites   0 Comments

Color spaces of #d538cb

RGB 21356203
HSL0.840.650.53
HSV304°74°84°
CMYK 0.000.740.05   0.16
XYZ39.634221.286358.5196
Yxy21.28630.33180.1782
Hunter Lab46.137172.6011-42.9066
CIE-Lab53.261475.0081-43.1925

#d538cb color RGB value is (213,56,203).

#d538cb hex color red value is 213, green value is 56 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d538cb hue: 0.84 , saturation: 0.65 and the lightness value of d538cb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111000 11001011
Octal 325 70 313
Decimal 213 56 203
Hex D5 38 CB

RGB Percentages of Color #d538cb

%45.13
%11.86
%43.01

CMYK Percentages of Color #d538cb

%0
%74
%5
%16

Triadic Colors of #d538cb

#d538cb #cbd538 #38cbd5

Analogous Colors of #d538cb

#d538cb #d5387d #9138d5

Monochromatic Colors of #d538cb

#d538cb

Complementary Color

#d538cb #38d542

#d538cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d538cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d538cb Color CSS Codes

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

#d538cb Text Font Color

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

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


#d538cb Background Color

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

This div background color is #d538cb


#d538cb Border Color

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

This div border color is #d538cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d538cb


Comments

No comments written yet.

Please login to write comment.