Color Hex Logo

#cf25ed Color Hex

#CF25ED
(207,37,237)
0 Favorites   0 Comments

Color spaces of #cf25ed

RGB 20737237
HSL0.810.850.54
HSV291°84°93°
CMYK 0.130.840.00   0.07
XYZ41.679820.703081.9201
Yxy20.70300.28880.1435
Hunter Lab45.500583.8851-74.8965
CIE-Lab52.622984.0794-63.5878

#cf25ed color RGB value is (207,37,237).

#cf25ed hex color red value is 207, green value is 37 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf25ed hue: 0.81 , saturation: 0.85 and the lightness value of cf25ed is 0.54.

The process color (four color CMYK) of #cf25ed color hex is 0.13, 0.84, 0.00, 0.07. Web safe color of #cf25ed is #cc33ff. Color #cf25ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100101 11101101
Octal 317 45 355
Decimal 207 37 237
Hex CF 25 ED

RGB Percentages of Color #cf25ed

%43.04
%7.69
%49.27

CMYK Percentages of Color #cf25ed

%13
%84
%0
%7

Triadic Colors of #cf25ed

#cf25ed #edcf25 #25edcf

Analogous Colors of #cf25ed

#cf25ed #ed25a7 #6b25ed

Monochromatic Colors of #cf25ed

#cf25ed

Complementary Color

#cf25ed #43ed25

#cf25ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf25ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf25ed Color CSS Codes

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

#cf25ed Text Font Color

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

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


#cf25ed Background Color

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

This div background color is #cf25ed


#cf25ed Border Color

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

This div border color is #cf25ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,37,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf25ed


Comments

No comments written yet.

Please login to write comment.