Color Hex Logo

#cf27dd Color Hex

#CF27DD
(207,39,221)
0 Favorites   0 Comments

Color spaces of #cf27dd

RGB 20739221
HSL0.820.730.51
HSV295°82°87°
CMYK 0.060.820.00   0.13
XYZ39.508819.936970.1725
Yxy19.93690.30480.1538
Hunter Lab44.650879.8052-61.9238
CIE-Lab51.765881.0604-55.9181

#cf27dd color RGB value is (207,39,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100111 11011101
Octal 317 47 335
Decimal 207 39 221
Hex CF 27 DD

RGB Percentages of Color #cf27dd

%44.33
%8.35
%47.32

CMYK Percentages of Color #cf27dd

%6
%82
%0
%13

Triadic Colors of #cf27dd

#cf27dd #ddcf27 #27ddcf

Analogous Colors of #cf27dd

#cf27dd #dd2790 #7427dd

Monochromatic Colors of #cf27dd

#cf27dd

Complementary Color

#cf27dd #35dd27

#cf27dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf27dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf27dd Color CSS Codes

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

#cf27dd Text Font Color

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

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


#cf27dd Background Color

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

This div background color is #cf27dd


#cf27dd Border Color

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

This div border color is #cf27dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf27dd


Comments

No comments written yet.

Please login to write comment.