Color Hex Logo

#cd48fb Color Hex

#CD48FB
(205,72,251)
0 Favorites   0 Comments

Color spaces of #cd48fb

RGB 20572251
HSL0.790.960.63
HSV285°71°98°
CMYK 0.180.710.00   0.02
XYZ44.906824.578993.6441
Yxy24.57890.27530.1507
Hunter Lab49.577174.9248-77.2864
CIE-Lab56.662876.2269-64.9162

#cd48fb color RGB value is (205,72,251).

#cd48fb hex color red value is 205, green value is 72 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #cd48fb hue: 0.79 , saturation: 0.96 and the lightness value of cd48fb is 0.63.

The process color (four color CMYK) of #cd48fb color hex is 0.18, 0.71, 0.00, 0.02. Web safe color of #cd48fb is #cc33ff. Color #cd48fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01001000 11111011
Octal 315 110 373
Decimal 205 72 251
Hex CD 48 FB

RGB Percentages of Color #cd48fb

%38.83
%13.64
%47.54

CMYK Percentages of Color #cd48fb

%18
%71
%0
%2

Triadic Colors of #cd48fb

#cd48fb #fbcd48 #48fbcd

Analogous Colors of #cd48fb

#cd48fb #fb48d0 #7448fb

Monochromatic Colors of #cd48fb

#cd48fb

Complementary Color

#cd48fb #76fb48

#cd48fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd48fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd48fb Color CSS Codes

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

#cd48fb Text Font Color

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

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


#cd48fb Background Color

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

This div background color is #cd48fb


#cd48fb Border Color

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

This div border color is #cd48fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd48fb


Comments

No comments written yet.

Please login to write comment.