Color Hex Logo

#cd43eb Color Hex

#CD43EB
(205,67,235)
0 Favorites   0 Comments

Color spaces of #cd43eb

RGB 20567235
HSL0.800.810.59
HSV289°71°92°
CMYK 0.130.710.00   0.08
XYZ42.179422.991680.8120
Yxy22.99160.28890.1575
Hunter Lab47.949673.1079-66.3600
CIE-Lab55.063775.0705-58.5556

#cd43eb color RGB value is (205,67,235).

#cd43eb hex color red value is 205, green value is 67 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cd43eb hue: 0.80 , saturation: 0.81 and the lightness value of cd43eb is 0.59.

The process color (four color CMYK) of #cd43eb color hex is 0.13, 0.71, 0.00, 0.08. Web safe color of #cd43eb is #cc33ff. Color #cd43eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000011 11101011
Octal 315 103 353
Decimal 205 67 235
Hex CD 43 EB

RGB Percentages of Color #cd43eb

%40.43
%13.21
%46.35

CMYK Percentages of Color #cd43eb

%13
%71
%0
%8

Triadic Colors of #cd43eb

#cd43eb #ebcd43 #43ebcd

Analogous Colors of #cd43eb

#cd43eb #eb43b5 #7943eb

Monochromatic Colors of #cd43eb

#cd43eb

Complementary Color

#cd43eb #61eb43

#cd43eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd43eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd43eb Color CSS Codes

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

#cd43eb Text Font Color

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

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


#cd43eb Background Color

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

This div background color is #cd43eb


#cd43eb Border Color

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

This div border color is #cd43eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd43eb


Comments

No comments written yet.

Please login to write comment.