Color Hex Logo

#d33cbe Color Hex

#D33CBE
(211,60,190)
0 Favorites   0 Comments

Color spaces of #d33cbe

RGB 21160190
HSL0.860.630.53
HSV308°72°83°
CMYK 0.000.720.10   0.17
XYZ37.774120.798350.7388
Yxy20.79830.34560.1903
Hunter Lab45.605268.0400-34.0405
CIE-Lab52.728071.3695-36.5599

#d33cbe color RGB value is (211,60,190).

#d33cbe hex color red value is 211, green value is 60 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d33cbe hue: 0.86 , saturation: 0.63 and the lightness value of d33cbe is 0.53.

The process color (four color CMYK) of #d33cbe color hex is 0.00, 0.72, 0.10, 0.17. Web safe color of #d33cbe is #cc33cc. Color #d33cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111100 10111110
Octal 323 74 276
Decimal 211 60 190
Hex D3 3C BE

RGB Percentages of Color #d33cbe

%45.77
%13.02
%41.21

CMYK Percentages of Color #d33cbe

%0
%72
%10
%17

Triadic Colors of #d33cbe

#d33cbe #bed33c #3cbed3

Analogous Colors of #d33cbe

#d33cbe #d33c73 #9d3cd3

Monochromatic Colors of #d33cbe

#d33cbe

Complementary Color

#d33cbe #3cd351

#d33cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33cbe Color CSS Codes

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

#d33cbe Text Font Color

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

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


#d33cbe Background Color

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

This div background color is #d33cbe


#d33cbe Border Color

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

This div border color is #d33cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,60,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d33cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d33cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #d33cbe;
  box-shadow:         1px 1px 3px 2px #d33cbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,60,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33cbe


Comments

No comments written yet.

Please login to write comment.