Color Hex Logo

#265ccd Color Hex

#265CCD
(38,92,205)
0 Favorites   0 Comments

Color spaces of #265ccd

RGB 3892205
HSL0.610.690.48
HSV221°81°80°
CMYK 0.810.550.00   0.20
XYZ15.645912.474159.3407
Yxy12.47410.17890.1426
Hunter Lab35.318717.2664-74.8930
CIE-Lab41.959924.1981-63.4348

#265ccd color RGB value is (38,92,205).

#265ccd hex color red value is 38, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #265ccd hue: 0.61 , saturation: 0.69 and the lightness value of 265ccd is 0.48.

The process color (four color CMYK) of #265ccd color hex is 0.81, 0.55, 0.00, 0.20. Web safe color of #265ccd is #3366cc. Color #265ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011100 11001101
Octal 46 134 315
Decimal 38 92 205
Hex 26 5C CD

RGB Percentages of Color #265ccd

%11.34
%27.46
%61.19

CMYK Percentages of Color #265ccd

%81
%55
%0
%20

Triadic Colors of #265ccd

#265ccd #cd265c #5ccd26

Analogous Colors of #265ccd

#265ccd #4326cd #26b0cd

Monochromatic Colors of #265ccd

#265ccd

Complementary Color

#265ccd #cd9726

#265ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#265ccd Color CSS Codes

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

#265ccd Text Font Color

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

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


#265ccd Background Color

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

This div background color is #265ccd


#265ccd Border Color

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

This div border color is #265ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,92,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #265ccd;
  box-shadow:         1px 1px 3px 2px #265ccd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265ccd


Comments

No comments written yet.

Please login to write comment.