Color Hex Logo

#d25cee Color Hex

#D25CEE
(210,92,238)
0 Favorites   0 Comments

Color spaces of #d25cee

RGB 21092238
HSL0.800.810.65
HSV288°61°93°
CMYK 0.120.610.00   0.07
XYZ45.838127.529083.7866
Yxy27.52900.29170.1752
Hunter Lab52.468164.1252-57.9529
CIE-Lab59.460866.8402-53.1694

#d25cee color RGB value is (210,92,238).

#d25cee hex color red value is 210, green value is 92 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d25cee hue: 0.80 , saturation: 0.81 and the lightness value of d25cee is 0.65.

The process color (four color CMYK) of #d25cee color hex is 0.12, 0.61, 0.00, 0.07. Web safe color of #d25cee is #cc66ff. Color #d25cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01011100 11101110
Octal 322 134 356
Decimal 210 92 238
Hex D2 5C EE

RGB Percentages of Color #d25cee

%38.89
%17.04
%44.07

CMYK Percentages of Color #d25cee

%12
%61
%0
%7

Triadic Colors of #d25cee

#d25cee #eed25c #5ceed2

Analogous Colors of #d25cee

#d25cee #ee5cc1 #895cee

Monochromatic Colors of #d25cee

#d25cee

Complementary Color

#d25cee #78ee5c

#d25cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d25cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d25cee Color CSS Codes

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

#d25cee Text Font Color

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

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


#d25cee Background Color

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

This div background color is #d25cee


#d25cee Border Color

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

This div border color is #d25cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,92,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d25cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d25cee;
  -webkit-box-shadow: 1px 1px 3px 2px #d25cee;
  box-shadow:         1px 1px 3px 2px #d25cee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,92,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d25cee


Comments

No comments written yet.

Please login to write comment.