Color Hex Logo

#cf38dd Color Hex

#CF38DD
(207,56,221)
0 Favorites   0 Comments

Color spaces of #cf38dd

RGB 20756221
HSL0.820.710.54
HSV295°75°87°
CMYK 0.060.750.00   0.13
XYZ40.197421.314270.4020
Yxy21.31420.30470.1616
Hunter Lab46.167374.6253-58.0961
CIE-Lab53.291776.6388-53.4754

#cf38dd color RGB value is (207,56,221).

#cf38dd hex color red value is 207, green value is 56 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cf38dd hue: 0.82 , saturation: 0.71 and the lightness value of cf38dd is 0.54.

The process color (four color CMYK) of #cf38dd color hex is 0.06, 0.75, 0.00, 0.13. Web safe color of #cf38dd is #cc33cc. Color #cf38dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00111000 11011101
Octal 317 70 335
Decimal 207 56 221
Hex CF 38 DD

RGB Percentages of Color #cf38dd

%42.77
%11.57
%45.66

CMYK Percentages of Color #cf38dd

%6
%75
%0
%13

Triadic Colors of #cf38dd

#cf38dd #ddcf38 #38ddcf

Analogous Colors of #cf38dd

#cf38dd #dd3899 #7d38dd

Monochromatic Colors of #cf38dd

#cf38dd

Complementary Color

#cf38dd #46dd38

#cf38dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf38dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf38dd Color CSS Codes

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

#cf38dd Text Font Color

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

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


#cf38dd Background Color

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

This div background color is #cf38dd


#cf38dd Border Color

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

This div border color is #cf38dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf38dd


Comments

No comments written yet.

Please login to write comment.