Color Hex Logo

#cb09ed Color Hex

#CB09ED
(203,9,237)
0 Favorites   0 Comments

Color spaces of #cb09ed

RGB 2039237
HSL0.810.930.48
HSV291°96°93°
CMYK 0.140.960.00   0.07
XYZ40.012419.006381.6805
Yxy19.00630.28440.1351
Hunter Lab43.596287.5331-80.5665
CIE-Lab50.694687.2565-66.7349

#cb09ed color RGB value is (203,9,237).

#cb09ed hex color red value is 203, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cb09ed hue: 0.81 , saturation: 0.93 and the lightness value of cb09ed is 0.48.

The process color (four color CMYK) of #cb09ed color hex is 0.14, 0.96, 0.00, 0.07. Web safe color of #cb09ed is #cc00ff. Color #cb09ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 11101101
Octal 313 11 355
Decimal 203 9 237
Hex CB 9 ED

RGB Percentages of Color #cb09ed

%45.21
%2.00
%52.78

CMYK Percentages of Color #cb09ed

%14
%96
%0
%7

Triadic Colors of #cb09ed

#cb09ed #edcb09 #09edcb

Analogous Colors of #cb09ed

#cb09ed #ed099d #5909ed

Monochromatic Colors of #cb09ed

#cb09ed

Complementary Color

#cb09ed #2bed09

#cb09ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb09ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb09ed Color CSS Codes

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

#cb09ed Text Font Color

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

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


#cb09ed Background Color

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

This div background color is #cb09ed


#cb09ed Border Color

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

This div border color is #cb09ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb09ed


Comments

No comments written yet.

Please login to write comment.