Color Hex Logo

#ce48dd Color Hex

#CE48DD
(206,72,221)
0 Favorites   0 Comments

Color spaces of #ce48dd

RGB 20672221
HSL0.820.690.57
HSV294°67°87°
CMYK 0.070.670.00   0.13
XYZ40.822122.977070.6901
Yxy22.97700.30350.1708
Hunter Lab47.934368.1301-53.8826
CIE-Lab55.048670.9998-50.6817

#ce48dd color RGB value is (206,72,221).

#ce48dd hex color red value is 206, green value is 72 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ce48dd hue: 0.82 , saturation: 0.69 and the lightness value of ce48dd is 0.57.

The process color (four color CMYK) of #ce48dd color hex is 0.07, 0.67, 0.00, 0.13. Web safe color of #ce48dd is #cc33cc. Color #ce48dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 11011101
Octal 316 110 335
Decimal 206 72 221
Hex CE 48 DD

RGB Percentages of Color #ce48dd

%41.28
%14.43
%44.29

CMYK Percentages of Color #ce48dd

%7
%67
%0
%13

Triadic Colors of #ce48dd

#ce48dd #ddce48 #48ddce

Analogous Colors of #ce48dd

#ce48dd #dd48a2 #8448dd

Monochromatic Colors of #ce48dd

#ce48dd

Complementary Color

#ce48dd #57dd48

#ce48dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce48dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce48dd Color CSS Codes

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

#ce48dd Text Font Color

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

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


#ce48dd Background Color

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

This div background color is #ce48dd


#ce48dd Border Color

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

This div border color is #ce48dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce48dd


Comments

No comments written yet.

Please login to write comment.