Color Hex Logo

#cd48eb Color Hex

#CD48EB
(205,72,235)
0 Favorites   0 Comments

Color spaces of #cd48eb

RGB 20572235
HSL0.800.800.60
HSV289°69°92°
CMYK 0.130.690.00   0.08
XYZ42.489623.612080.9154
Yxy23.61200.28900.1606
Hunter Lab48.592271.0463-64.7148
CIE-Lab55.697273.2724-57.5405

#cd48eb color RGB value is (205,72,235).

#cd48eb hex color red value is 205, green value is 72 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd48eb hue: 0.80 , saturation: 0.80 and the lightness value of cd48eb is 0.60.

The process color (four color CMYK) of #cd48eb color hex is 0.13, 0.69, 0.00, 0.08. Web safe color of #cd48eb is #cc33ff. Color #cd48eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 11101011
Octal 315 110 353
Decimal 205 72 235
Hex CD 48 EB

RGB Percentages of Color #cd48eb

%40.04
%14.06
%45.90

CMYK Percentages of Color #cd48eb

%13
%69
%0
%8

Triadic Colors of #cd48eb

#cd48eb #ebcd48 #48ebcd

Analogous Colors of #cd48eb

#cd48eb #eb48b8 #7c48eb

Monochromatic Colors of #cd48eb

#cd48eb

Complementary Color

#cd48eb #66eb48

#cd48eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd48eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd48eb Color CSS Codes

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

#cd48eb Text Font Color

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

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


#cd48eb Background Color

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

This div background color is #cd48eb


#cd48eb Border Color

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

This div border color is #cd48eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd48eb


Comments

No comments written yet.

Please login to write comment.