Color Hex Logo

#d33ceb Color Hex

#D33CEB
(211,60,235)
0 Favorites   0 Comments

Color spaces of #d33ceb

RGB 21160235
HSL0.810.810.58
HSV292°74°92°
CMYK 0.100.740.00   0.08
XYZ43.475223.078880.7605
Yxy23.07880.29510.1567
Hunter Lab48.040477.4667-66.0439
CIE-Lab55.153478.5499-58.3624

#d33ceb color RGB value is (211,60,235).

#d33ceb hex color red value is 211, green value is 60 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d33ceb hue: 0.81 , saturation: 0.81 and the lightness value of d33ceb is 0.58.

The process color (four color CMYK) of #d33ceb color hex is 0.10, 0.74, 0.00, 0.08. Web safe color of #d33ceb is #cc33ff. Color #d33ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111100 11101011
Octal 323 74 353
Decimal 211 60 235
Hex D3 3C EB

RGB Percentages of Color #d33ceb

%41.70
%11.86
%46.44

CMYK Percentages of Color #d33ceb

%10
%74
%0
%8

Triadic Colors of #d33ceb

#d33ceb #ebd33c #3cebd3

Analogous Colors of #d33ceb

#d33ceb #eb3cac #7c3ceb

Monochromatic Colors of #d33ceb

#d33ceb

Complementary Color

#d33ceb #54eb3c

#d33ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d33ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d33ceb Color CSS Codes

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

#d33ceb Text Font Color

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

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


#d33ceb Background Color

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

This div background color is #d33ceb


#d33ceb Border Color

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

This div border color is #d33ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d33ceb


Comments

No comments written yet.

Please login to write comment.