Color Hex Logo

#cd50ef Color Hex

#CD50EF
(205,80,239)
0 Favorites   0 Comments

Color spaces of #cd50ef

RGB 20580239
HSL0.800.830.63
HSV287°67°94°
CMYK 0.140.670.00   0.06
XYZ43.625524.948584.1776
Yxy24.94850.28560.1633
Hunter Lab49.948568.4939-64.9568
CIE-Lab57.025270.9252-57.6534

#cd50ef color RGB value is (205,80,239).

#cd50ef hex color red value is 205, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cd50ef hue: 0.80 , saturation: 0.83 and the lightness value of cd50ef is 0.63.

The process color (four color CMYK) of #cd50ef color hex is 0.14, 0.67, 0.00, 0.06. Web safe color of #cd50ef is #cc66ff. Color #cd50ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010000 11101111
Octal 315 120 357
Decimal 205 80 239
Hex CD 50 EF

RGB Percentages of Color #cd50ef

%39.12
%15.27
%45.61

CMYK Percentages of Color #cd50ef

%14
%67
%0
%6

Triadic Colors of #cd50ef

#cd50ef #efcd50 #50efcd

Analogous Colors of #cd50ef

#cd50ef #ef50c2 #7e50ef

Monochromatic Colors of #cd50ef

#cd50ef

Complementary Color

#cd50ef #72ef50

#cd50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd50ef Color CSS Codes

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

#cd50ef Text Font Color

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

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


#cd50ef Background Color

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

This div background color is #cd50ef


#cd50ef Border Color

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

This div border color is #cd50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd50ef


Comments

No comments written yet.

Please login to write comment.